]> git.eshelyaron.com Git - emacs.git/commitdiff
(translation-table-for-input): Remove redundant declaration.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 20 Apr 2005 14:32:05 +0000 (14:32 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 20 Apr 2005 14:32:05 +0000 (14:32 +0000)
lisp/ChangeLog
lisp/international/mule-conf.el

index 1870cfdd42bd708a4a6775d29a67d82ceaec58c7..4260768f9cc6c2b8768fd1d4e89b11e696e5f498 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * international/mule-conf.el (translation-table-for-input):
+       Remove redundant declaration.
+
 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
index d160e4107f0414e01e9405610b80035fb68adcd5..75f1b4803a43fe8e483b9f46756dd3287b44bba0 100644 (file)
@@ -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
 
       (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.)")
 \f
 ;;; 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