]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-char): Checking of quail activation
authorKenichi Handa <handa@m17n.org>
Tue, 21 Sep 2004 02:26:24 +0000 (02:26 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 21 Sep 2004 02:26:24 +0000 (02:26 +0000)
fixed.

lisp/descr-text.el

index c4758a081ceb96441ef1d3aff2b13737cf77dc71..8ac2d36334bee676e067277daf393aed87b386dc 100644 (file)
@@ -525,7 +525,8 @@ as well as widgets, buttons, overlays, and text properties."
                    (push (format "%s;" (pop props)) ps))
                  (list (cons "Properties" (nreverse ps)))))
            ("to input"
-            ,@(let ((key-list (and current-input-method
+            ,@(let ((key-list (and (eq input-method-function
+                                       'quail-input-method)
                                    (quail-find-key char))))
                 (if (consp key-list)
                     (list "type"