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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/international/ucs-tables.el
Date: Wed, 16 Nov 2005 17:21:17 -0500

Index: emacs/lisp/international/ucs-tables.el
diff -c emacs/lisp/international/ucs-tables.el:1.42 
emacs/lisp/international/ucs-tables.el:1.43
*** emacs/lisp/international/ucs-tables.el:1.42 Mon Jul  4 17:22:27 2005
--- emacs/lisp/international/ucs-tables.el      Wed Nov 16 22:21:16 2005
***************
*** 2523,2531 ****
        (when (char-table-p table)
          (if buffer
              (with-current-buffer buffer
!               (set (make-variable-buffer-local 'translation-table-for-input)
                     table))
!           (set (make-variable-buffer-local 'translation-table-for-input)
                 table)))))))
  
  ;; The minibuffer needs to acquire a `buffer-file-coding-system' for
--- 2523,2531 ----
        (when (char-table-p table)
          (if buffer
              (with-current-buffer buffer
!               (set (make-local-variable 'translation-table-for-input)
                     table))
!           (set (make-local-variable 'translation-table-for-input)
                 table)))))))
  
  ;; The minibuffer needs to acquire a `buffer-file-coding-system' for




reply via email to

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