aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-07-30 11:25:43 +0000
committerDave Love2002-07-30 11:25:43 +0000
commit4dee6f7a2e798f469d8c95691c9add0ae6362e25 (patch)
treefe63f1a2ba0177a048f6dcea300fe29f83d86ab1
parenta23daf43499b7675b8d356e0bf045505dda38fb1 (diff)
downloademacs-4dee6f7a2e798f469d8c95691c9add0ae6362e25.tar.gz
emacs-4dee6f7a2e798f469d8c95691c9add0ae6362e25.zip
comment
-rw-r--r--lisp/international/quail.el1
1 files changed, 1 insertions, 0 deletions
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:
1274 (lambda (c) 1274 (lambda (c)
1275 ;; This gives us the chance to unify on input 1275 ;; This gives us the chance to unify on input
1276 ;; (e.g. using ucs-tables.el). 1276 ;; (e.g. using ucs-tables.el).
1277 ;; Fixme: Is this still useful? (See also mule-conf.el.)
1277 (or (and translation-table-for-input 1278 (or (and translation-table-for-input
1278 (aref translation-table-for-input c)) 1279 (aref translation-table-for-input c))
1279 c)) 1280 c))