# HG changeset patch # User Dave Love # Date 1028028343 0 # Node ID f0e86bd74de84d7d8351bbf5abfb4f30c4b1f89f # Parent 4cda993e8f6eb5546b9154f2c11110c70555e2da comment diff -r 4cda993e8f6e -r f0e86bd74de8 lisp/international/quail.el --- 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))