Mercurial > emacs
changeset 45387:aee6ae77d23b
(unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): Change
:version attributes to strings.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Mon, 20 May 2002 03:08:24 +0000 |
parents | 453e599fd7f8 |
children | 5d0456e4e35b |
files | lisp/international/ucs-tables.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/ucs-tables.el Mon May 20 03:06:24 2002 +0000 +++ b/lisp/international/ucs-tables.el Mon May 20 03:08:24 2002 +0000 @@ -1279,7 +1279,7 @@ See also command `unify-8859-on-decoding-mode'." :group 'mule :global t - :version 21.3 ; who knows...? + :version "21.3" ; who knows...? :init-value nil (if unify-8859-on-encoding-mode (ucs-unify-8859 t) @@ -1298,7 +1298,7 @@ See also command `unify-8859-on-encoding-mode'." :group 'mule :global t - :version 21.3 ; who knows...? + :version "21.3" ; who knows...? :init-value nil (let ((table (if unify-8859-on-decoding-mode ucs-mule-8859-to-mule-unicode))) (set-char-table-parent standard-translation-table-for-decode table)