diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-02 11:55:16 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-02 12:21:43 +0200 |
commit | bd50df1efdb686ee22f4ec591839be3f3b21dd17 (patch) | |
tree | c50c8734b9e00c8793b3197ded1a1d3a342f723b /lisp/select.el | |
parent | 146b3fb769bb3f1fcc339515e90c9970d3a8322f (diff) | |
download | emacs-bd50df1efdb686ee22f4ec591839be3f3b21dd17.tar.gz emacs-bd50df1efdb686ee22f4ec591839be3f3b21dd17.tar.bz2 emacs-bd50df1efdb686ee22f4ec591839be3f3b21dd17.zip |
Delete function alias x-selection obsolete since 23.3
* lisp/select.el (x-selection): Delete function alias obsolete since
23.3.
Diffstat (limited to 'lisp/select.el')
-rw-r--r-- | lisp/select.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/select.el b/lisp/select.el index 019be9cb23b..e407c224367 100644 --- a/lisp/select.el +++ b/lisp/select.el @@ -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 |