mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Delete function alias x-selection obsolete since 23.3
* lisp/select.el (x-selection): Delete function alias obsolete since 23.3.
This commit is contained in:
parent
146b3fb769
commit
bd50df1efd
2 changed files with 1 additions and 4 deletions
2
etc/NEWS
2
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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue