/[emacs]/emacs/lisp/international/ucs-tables.el
ViewVC logotype

Diff of /emacs/lisp/international/ucs-tables.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.43 by rms, Wed Nov 16 22:21:16 2005 UTC revision 1.44 by rsteib, Fri Dec 9 16:44:16 2005 UTC
# Line 2499  See also command `unify-8859-on-encoding Line 2499  See also command `unify-8859-on-encoding
2499  ;; normal-mode and minibuffer-setup-hook.  ;; normal-mode and minibuffer-setup-hook.
2500  (defun ucs-set-table-for-input (&optional buffer)  (defun ucs-set-table-for-input (&optional buffer)
2501    "Set up an appropriate `translation-table-for-input' for BUFFER.    "Set up an appropriate `translation-table-for-input' for BUFFER.
2502  BUFFER defaults to the current buffer.  BUFFER defaults to the current buffer.  This function is
2503  This function is automatically called directly at the end of `get-buffer-create'."  automatically called directly at the end of `get-buffer-create'."
2504    (when (and unify-8859-on-encoding-mode    (when (and unify-8859-on-encoding-mode
2505               (not unify-8859-on-decoding-mode)               (not unify-8859-on-decoding-mode)
2506               (char-table-p translation-table-for-input))               (char-table-p translation-table-for-input))

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26