From: Stefan Monnier Date: Wed, 20 Apr 2005 14:32:05 +0000 (+0000) Subject: (translation-table-for-input): Remove redundant declaration. X-Git-Tag: ttn-vms-21-2-B4~864 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c791cb5408b26bd62f43c9aa00698fb9ffc829b8;p=emacs.git (translation-table-for-input): Remove redundant declaration. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1870cfdd42b..4260768f9cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-04-20 Stefan Monnier + + * international/mule-conf.el (translation-table-for-input): + Remove redundant declaration. + 2005-04-20 Nick Roberts * 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 @@ ;; 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