diff options
author | Miles Bader <miles@gnu.org> | 2005-04-21 05:59:53 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2005-04-21 05:59:53 +0000 |
commit | 135f59d513767b781223f651cd6a5f139f270c2c (patch) | |
tree | a7e4b5e507f3435fa5070e9f956be279f5c3df27 /lisp/international/mule-conf.el | |
parent | db92e81ec1e176c3bd2bc58bf6d6a33d3df5c07b (diff) | |
parent | 2375e71aff23becd70d22689895512e2d95d3c0f (diff) | |
download | emacs-135f59d513767b781223f651cd6a5f139f270c2c.tar.gz |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-39
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 258-271)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 66)
- Update from CVS
Diffstat (limited to 'lisp/international/mule-conf.el')
-rw-r--r-- | lisp/international/mule-conf.el | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 9c206c9ec3e..a3a05a72958 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. -;; Copyright (C) 2002, 2003 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. ;; Copyright (C) 2003 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009 @@ -1158,12 +1158,6 @@ (setq standard-translation-table-for-decode nil) (setq standard-translation-table-for-encode nil) - -;; Fixme: should this be retained? I guess it could be useful for -;; non-unified charsets. -(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. @@ -1495,5 +1489,5 @@ for decoding and encoding files, process I/O, etc." ;; no-byte-compile: t ;; End: -;;; arch-tag: 7d5fed55-b6df-42f6-8d3d-0011190551f5 +;; arch-tag: 7d5fed55-b6df-42f6-8d3d-0011190551f5 ;;; mule-conf.el ends here |