changeset 61698:19c94353380d

(translation-table-for-input): Remove redundant declaration.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 20 Apr 2005 14:31:24 +0000
parents bd2c7451ff2d
children 30b4d819a855
files lisp/international/mule-conf.el
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-conf.el	Wed Apr 20 13:04:49 2005 +0000
+++ b/lisp/international/mule-conf.el	Wed Apr 20 14:31:24 2005 +0000
@@ -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 @@
 
 (update-coding-systems-internal)
 
-;;; arch-tag: 7d5fed55-b6df-42f6-8d3d-0011190551f5
+;; arch-tag: 7d5fed55-b6df-42f6-8d3d-0011190551f5
 ;;; mule-conf.el ends here