emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/ucs-tables.el


From: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/lisp/international/ucs-tables.el
Date: Sun, 19 May 2002 23:08:24 -0400

Index: emacs/lisp/international/ucs-tables.el
diff -c emacs/lisp/international/ucs-tables.el:1.11 
emacs/lisp/international/ucs-tables.el:1.12
*** emacs/lisp/international/ucs-tables.el:1.11 Sat May 18 21:37:22 2002
--- emacs/lisp/international/ucs-tables.el      Sun May 19 23:08:24 2002
***************
*** 1279,1285 ****
  See also command `unify-8859-on-decoding-mode'."
    :group 'mule
    :global t
!   :version 21.3                               ; who knows...?
    :init-value nil
    (if unify-8859-on-encoding-mode
        (ucs-unify-8859 t)
--- 1279,1285 ----
  See also command `unify-8859-on-decoding-mode'."
    :group 'mule
    :global t
!   :version "21.3"                             ; who knows...?
    :init-value nil
    (if unify-8859-on-encoding-mode
        (ucs-unify-8859 t)
***************
*** 1298,1304 ****
  See also command `unify-8859-on-encoding-mode'."
    :group 'mule
    :global t
!   :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)
--- 1298,1304 ----
  See also command `unify-8859-on-encoding-mode'."
    :group 'mule
    :global t
!   :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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]