# HG changeset patch # User Stefan Monnier # Date 1114007484 0 # Node ID 19c94353380d1704a501fd2226d15c4215255796 # Parent bd2c7451ff2d0eec553377a8c8795aa02d2d3d1a (translation-table-for-input): Remove redundant declaration. diff -r bd2c7451ff2d -r 19c94353380d lisp/international/mule-conf.el --- 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