]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete function alias x-selection obsolete since 23.3
authorStefan Kangas <stefan@marxist.se>
Tue, 2 Aug 2022 09:55:16 +0000 (11:55 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 2 Aug 2022 10:21:43 +0000 (12:21 +0200)
* lisp/select.el (x-selection): Delete function alias obsolete since
23.3.

etc/NEWS
lisp/select.el

index 67183db2782a597709dd82bb96110315a7e295be..475ceeb396d3420e3510d040886711eef5b6ce08 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2466,7 +2466,7 @@ but switching to `ash` is generally much preferable.
 'find-emacs-lisp-shadows', 'newsticker-cache-filename',
 'redisplay-end-trigger-functions', 'set-window-redisplay-end-trigger',
 'unify-8859-on-decoding-mode', 'unify-8859-on-encoding-mode',
-'vc-arch-command', 'window-redisplay-end-trigger'.
+'vc-arch-command', 'window-redisplay-end-trigger', 'x-selection'.
 
 ---
 ** Some functions and variables obsolete since Emacs 21 or 22 have been removed:
index 019be9cb23b66b753501767d967e08bc025d0a60..e407c224367833b2d072c9d375c9177e43033779 100644 (file)
@@ -85,9 +85,6 @@ other programs (X Windows clients or MS Windows programs).  But, if this
 variable is set, it is used for the next communication only.
 After the communication, this variable is set to nil.")
 
-;; Only declared obsolete in 23.3.
-(define-obsolete-function-alias 'x-selection 'x-get-selection "at least 19.34")
-
 (define-obsolete-variable-alias 'x-select-enable-clipboard
   'select-enable-clipboard "25.1")
 (defcustom select-enable-clipboard t