changeset 88921:f0e86bd74de8

comment
author Dave Love <fx@gnu.org>
date Tue, 30 Jul 2002 11:25:43 +0000
parents 4cda993e8f6e
children 6d4f1894aead
files lisp/international/quail.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/quail.el	Tue Jul 30 11:24:33 2002 +0000
+++ b/lisp/international/quail.el	Tue Jul 30 11:25:43 2002 +0000
@@ -1274,6 +1274,7 @@
 		  (lambda (c)
 		    ;; This gives us the chance to unify on input
 		    ;; (e.g. using ucs-tables.el).
+		    ;; Fixme: Is this still useful?  (See also mule-conf.el.)
 		    (or (and translation-table-for-input
 			     (aref translation-table-for-input c))
 			c))