aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2005-04-20 14:32:05 +0000
committerStefan Monnier2005-04-20 14:32:05 +0000
commitc791cb5408b26bd62f43c9aa00698fb9ffc829b8 (patch)
treed485390b64252d56c6eec00bcc083f2c474512cc
parent766c53494eca371edbdaf68bd6a0b7702631309b (diff)
downloademacs-c791cb5408b26bd62f43c9aa00698fb9ffc829b8.tar.gz
emacs-c791cb5408b26bd62f43c9aa00698fb9ffc829b8.zip
(translation-table-for-input): Remove redundant declaration.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/international/mule-conf.el7
2 files changed, 7 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1870cfdd42b..4260768f9cc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * international/mule-conf.el (translation-table-for-input):
4 Remove redundant declaration.
5
12005-04-20 Nick Roberts <nickrob@snap.net.nz> 62005-04-20 Nick Roberts <nickrob@snap.net.nz>
2 7
3 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips. 8 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
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 @@
2 2
3;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. 3;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
4;; Licensed to the Free Software Foundation. 4;; Licensed to the Free Software Foundation.
5;; Copyright (C) 2005 Free Software Foundation, Inc.
5 6
6;; Keywords: mule, multilingual, character set, coding system 7;; Keywords: mule, multilingual, character set, coding system
7 8
@@ -289,10 +290,6 @@
289 (get 'oldjis-newjis-jisroman-ascii 'translation-table)) 290 (get 'oldjis-newjis-jisroman-ascii 'translation-table))
290 291
291(setq standard-translation-table-for-encode nil) 292(setq standard-translation-table-for-encode nil)
292
293(defvar translation-table-for-input nil
294 "If non-nil, a char table used to translate characters from input methods.
295\(Currently only used by Quail.)")
296 293
297;;; Make fundamental coding systems. 294;;; Make fundamental coding systems.
298 295
@@ -559,5 +556,5 @@ for decoding and encoding files, process I/O, etc."
559 556
560(update-coding-systems-internal) 557(update-coding-systems-internal)
561 558
562;;; arch-tag: 7d5fed55-b6df-42f6-8d3d-0011190551f5 559;; arch-tag: 7d5fed55-b6df-42f6-8d3d-0011190551f5
563;;; mule-conf.el ends here 560;;; mule-conf.el ends here