# HG changeset patch # User Markus Rost # Date 1021864104 0 # Node ID aee6ae77d23b2c74432994819b2533c83bb2de0a # Parent 453e599fd7f8c41cccbda2cbf2f707c0d1893c86 (unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): Change :version attributes to strings. diff -r 453e599fd7f8 -r aee6ae77d23b lisp/international/ucs-tables.el --- 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)