aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xselect.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xselect.c b/src/xselect.c
index 0e8a43717e0..a06243f5924 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -2638,12 +2638,14 @@ syms_of_xselect (void)
2638 converted_selections = NULL; 2638 converted_selections = NULL;
2639 conversion_fail_tag = None; 2639 conversion_fail_tag = None;
2640 2640
2641 /* FIXME: Duplicate definition in nsselect.c. */
2641 DEFVAR_LISP ("selection-converter-alist", Vselection_converter_alist, 2642 DEFVAR_LISP ("selection-converter-alist", Vselection_converter_alist,
2642 doc: /* An alist associating X Windows selection-types with functions. 2643 doc: /* An alist associating X Windows selection-types with functions.
2643These functions are called to convert the selection, with three args: 2644These functions are called to convert the selection, with three args:
2644the name of the selection (typically `PRIMARY', `SECONDARY', or `CLIPBOARD'); 2645the name of the selection (typically `PRIMARY', `SECONDARY', or `CLIPBOARD');
2645a desired type to which the selection should be converted; 2646a desired type to which the selection should be converted;
2646and the local selection value (whatever was given to `x-own-selection'). 2647and the local selection value (whatever was given to
2648`x-own-selection-internal').
2647 2649
2648The function should return the value to send to the X server 2650The function should return the value to send to the X server
2649\(typically a string). A return value of nil 2651\(typically a string). A return value of nil