]> git.eshelyaron.com Git - emacs.git/commitdiff
comment
authorDave Love <fx@gnu.org>
Tue, 30 Jul 2002 11:25:43 +0000 (11:25 +0000)
committerDave Love <fx@gnu.org>
Tue, 30 Jul 2002 11:25:43 +0000 (11:25 +0000)
lisp/international/quail.el

index 0ecc185f87419cfaac8ad3f023623503cc8f9c1b..d3f4fee4930c1196ca58d799e0952b4f1d6e8972 100644 (file)
@@ -1274,6 +1274,7 @@ Do so while interleaving with the following special events:
                  (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))