+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.
;; 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.
(update-coding-systems-internal)
-;;; arch-tag: 7d5fed55-b6df-42f6-8d3d-0011190551f5
+;; arch-tag: 7d5fed55-b6df-42f6-8d3d-0011190551f5
;;; mule-conf.el ends here