From: Dave Love Date: Tue, 30 Jul 2002 11:25:43 +0000 (+0000) Subject: comment X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~510 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4dee6f7a2e798f469d8c95691c9add0ae6362e25;p=emacs.git comment --- diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 0ecc185f874..d3f4fee4930 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -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))