emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/descr-text.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/descr-text.el [lexbind]
Date: Wed, 06 Oct 2004 01:45:54 -0400

Index: emacs/lisp/descr-text.el
diff -c emacs/lisp/descr-text.el:1.4.2.10 emacs/lisp/descr-text.el:1.4.2.11
*** emacs/lisp/descr-text.el:1.4.2.10   Tue Jul  6 09:31:47 2004
--- emacs/lisp/descr-text.el    Wed Oct  6 05:21:52 2004
***************
*** 525,531 ****
                    (push (format "%s;" (pop props)) ps))
                  (list (cons "Properties" (nreverse ps)))))
            ("to input"
!            ,@(let ((key-list (and current-input-method
                                    (quail-find-key char))))
                 (if (consp key-list)
                     (list "type"
--- 525,532 ----
                    (push (format "%s;" (pop props)) ps))
                  (list (cons "Properties" (nreverse ps)))))
            ("to input"
!            ,@(let ((key-list (and (eq input-method-function
!                                       'quail-input-method)
                                    (quail-find-key char))))
                 (if (consp key-list)
                     (list "type"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]