aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/select.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/select.el')
-rw-r--r--lisp/select.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/select.el b/lisp/select.el
index 706197e027e..417968b25cb 100644
--- a/lisp/select.el
+++ b/lisp/select.el
@@ -819,8 +819,8 @@ VALUE should be SELECTION's local value."
819 (_EMACS_INTERNAL . xselect-convert-to-identity) 819 (_EMACS_INTERNAL . xselect-convert-to-identity)
820 (XmTRANSFER_SUCCESS . xselect-convert-xm-special) 820 (XmTRANSFER_SUCCESS . xselect-convert-xm-special)
821 (XmTRANSFER_FAILURE . xselect-convert-xm-special) 821 (XmTRANSFER_FAILURE . xselect-convert-xm-special)
822 (_DT_NETFILE . (xselect-convert-to-dt-netfile 822 (_DT_NETFILE . (xselect-dt-netfile-available-p
823 . xselect-dt-netfile-available-p)))) 823 . xselect-convert-to-dt-netfile))))
824 824
825(provide 'select) 825(provide 'select)
826 826