Fix ':version' of 'select-enable-primary'
* lisp/select.el (select-enable-primary): Fix a typo in ':version'. (Bug#25375)
This commit is contained in:
parent
5a1908fbdd
commit
ee65d858c7
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ The existence of a primary selection depends on the underlying GUI you use.
|
||||||
E.g. it doesn't exist under MS-Windows."
|
E.g. it doesn't exist under MS-Windows."
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
:group 'killing
|
:group 'killing
|
||||||
:version "24.1")
|
:version "25.1")
|
||||||
(define-obsolete-variable-alias 'x-select-enable-primary
|
(define-obsolete-variable-alias 'x-select-enable-primary
|
||||||
'select-enable-primary "25.1")
|
'select-enable-primary "25.1")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue