From c791cb5408b26bd62f43c9aa00698fb9ffc829b8 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 20 Apr 2005 14:32:05 +0000 Subject: [PATCH] (translation-table-for-input): Remove redundant declaration. --- lisp/ChangeLog | 5 +++++ lisp/international/mule-conf.el | 7 ++----- 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 @@ +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 -- 2.39.2