Mercurial > emacs
diff lisp/international/quail.el @ 88921:f0e86bd74de8
comment
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 30 Jul 2002 11:25:43 +0000 |
parents | 444ef6485085 |
children | dfb403b5572b |
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))