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: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/ucs-tables.el
Date: Fri, 27 May 2005 07:21:36 -0400

Index: emacs/lisp/international/ucs-tables.el
diff -c emacs/lisp/international/ucs-tables.el:1.39 
emacs/lisp/international/ucs-tables.el:1.40
*** emacs/lisp/international/ucs-tables.el:1.39 Fri May 13 06:03:46 2005
--- emacs/lisp/international/ucs-tables.el      Fri May 27 11:21:36 2005
***************
*** 2517,2523 ****
        (if (and table (symbolp table))
            (setq table (get table 'translation-table)))
        (unless (char-table-p table)
!         (setq table (coding-system-get cs 'translation-table-for-input)))
        (when (char-table-p table)
          (if buffer
              (with-current-buffer buffer
--- 2517,2525 ----
        (if (and table (symbolp table))
            (setq table (get table 'translation-table)))
        (unless (char-table-p table)
!         (setq table (coding-system-get cs 'translation-table-for-input))
!         (if (and table (symbolp table))
!             (setq table (get table 'translation-table))))
        (when (char-table-p table)
          (if buffer
              (with-current-buffer buffer




reply via email to

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