diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xselect.c | 4 |
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. |
| 2643 | These functions are called to convert the selection, with three args: | 2644 | These functions are called to convert the selection, with three args: |
| 2644 | the name of the selection (typically `PRIMARY', `SECONDARY', or `CLIPBOARD'); | 2645 | the name of the selection (typically `PRIMARY', `SECONDARY', or `CLIPBOARD'); |
| 2645 | a desired type to which the selection should be converted; | 2646 | a desired type to which the selection should be converted; |
| 2646 | and the local selection value (whatever was given to `x-own-selection'). | 2647 | and the local selection value (whatever was given to |
| 2648 | `x-own-selection-internal'). | ||
| 2647 | 2649 | ||
| 2648 | The function should return the value to send to the X server | 2650 | The 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 |