Fix ':version' of 'select-enable-primary'

* lisp/select.el (select-enable-primary): Fix a typo in
':version'.  (Bug#25375)
This commit is contained in:
Eli Zaretskii 2017-01-06 15:23:17 +02:00
parent 5a1908fbdd
commit ee65d858c7

View file

@ -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."
:type 'boolean
:group 'killing
:version "24.1")
:version "25.1")
(define-obsolete-variable-alias 'x-select-enable-primary
'select-enable-primary "25.1")