summaryrefslogtreecommitdiff
path: root/lisp/international/ucs-tables.el
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-05-20 03:09:11 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-05-20 03:09:11 +0000
commit5d598f1645671262bb8712e05bbee56f68481d2c (patch)
tree1f2c81c5077888d2b9d9b782d7cd5561bf21d26f /lisp/international/ucs-tables.el
parenta2d10c40a8f68d88063741d18bd2fe9be78beaa4 (diff)
downloademacs-5d598f1645671262bb8712e05bbee56f68481d2c.tar.gz
(unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): Change
:version attributes to strings.
Diffstat (limited to 'lisp/international/ucs-tables.el')
-rw-r--r--lisp/international/ucs-tables.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/ucs-tables.el b/lisp/international/ucs-tables.el
index e2eeaa4d561..076772e3e10 100644
--- a/lisp/international/ucs-tables.el
+++ b/lisp/international/ucs-tables.el
@@ -1279,7 +1279,7 @@ can cope with separate Latin-1 and Latin-9 representations of e-acute.
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 @@ methods produce unified characters.
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)