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: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/international/ucs-tables.el
Date: Fri, 09 Dec 2005 11:44:21 -0500

Index: emacs/lisp/international/ucs-tables.el
diff -c emacs/lisp/international/ucs-tables.el:1.43 
emacs/lisp/international/ucs-tables.el:1.44
*** emacs/lisp/international/ucs-tables.el:1.43 Wed Nov 16 22:21:16 2005
--- emacs/lisp/international/ucs-tables.el      Fri Dec  9 16:44:16 2005
***************
*** 2499,2506 ****
  ;; normal-mode and minibuffer-setup-hook.
  (defun ucs-set-table-for-input (&optional buffer)
    "Set up an appropriate `translation-table-for-input' for BUFFER.
! BUFFER defaults to the current buffer.
! This function is automatically called directly at the end of 
`get-buffer-create'."
    (when (and unify-8859-on-encoding-mode
               (not unify-8859-on-decoding-mode)
             (char-table-p translation-table-for-input))
--- 2499,2506 ----
  ;; normal-mode and minibuffer-setup-hook.
  (defun ucs-set-table-for-input (&optional buffer)
    "Set up an appropriate `translation-table-for-input' for BUFFER.
! BUFFER defaults to the current buffer.  This function is
! automatically called directly at the end of `get-buffer-create'."
    (when (and unify-8859-on-encoding-mode
               (not unify-8859-on-decoding-mode)
             (char-table-p translation-table-for-input))




reply via email to

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