diff options
Diffstat (limited to 'lisp/select.el')
-rw-r--r-- | lisp/select.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/select.el b/lisp/select.el index 23541963438..0f43ce05822 100644 --- a/lisp/select.el +++ b/lisp/select.el @@ -75,8 +75,9 @@ After the communication, this variable is set to nil.") (declare-function x-get-selection-internal "xselect.c" (selection-symbol target-type &optional time-stamp)) -;; This is for temporary compatibility with pre-release Emacs 19. -(defalias 'x-selection 'x-get-selection) +;; Only declared obsolete in 23.3. +(define-obsolete-function-alias 'x-selection 'x-get-selection "at least 19.34") + (defun x-get-selection (&optional type data-type) "Return the value of an X Windows selection. The argument TYPE (default `PRIMARY') says which selection, |