diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-04-20 14:32:05 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-04-20 14:32:05 +0000 |
commit | c791cb5408b26bd62f43c9aa00698fb9ffc829b8 (patch) | |
tree | d485390b64252d56c6eec00bcc083f2c474512cc /lisp/international/mule-conf.el | |
parent | 766c53494eca371edbdaf68bd6a0b7702631309b (diff) | |
download | emacs-c791cb5408b26bd62f43c9aa00698fb9ffc829b8.tar.gz |
(translation-table-for-input): Remove redundant declaration.
Diffstat (limited to 'lisp/international/mule-conf.el')
-rw-r--r-- | lisp/international/mule-conf.el | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index d160e4107f0..75f1b4803a4 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -2,6 +2,7 @@ ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. +;; Copyright (C) 2005 Free Software Foundation, Inc. ;; Keywords: mule, multilingual, character set, coding system @@ -289,10 +290,6 @@ (get 'oldjis-newjis-jisroman-ascii 'translation-table)) (setq standard-translation-table-for-encode nil) - -(defvar translation-table-for-input nil - "If non-nil, a char table used to translate characters from input methods. -\(Currently only used by Quail.)") ;;; Make fundamental coding systems. @@ -559,5 +556,5 @@ for decoding and encoding files, process I/O, etc." (update-coding-systems-internal) -;;; arch-tag: 7d5fed55-b6df-42f6-8d3d-0011190551f5 +;; arch-tag: 7d5fed55-b6df-42f6-8d3d-0011190551f5 ;;; mule-conf.el ends here |