emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/international/kkc.el,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/kkc.el,v
Date: Thu, 19 Oct 2006 12:27:59 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   06/10/19 12:27:58

Index: kkc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/kkc.el,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- kkc.el      4 Jul 2005 17:22:27 -0000       1.32
+++ kkc.el      19 Oct 2006 12:27:58 -0000      1.33
@@ -291,7 +291,7 @@
              ;; KEYSEQ is not defined in KKC keymap.
              ;; Let's put the event back.
              (setq unread-input-method-events
-                   (append (string-to-list keyseq)
+                   (append (string-to-list (this-single-command-raw-keys))
                            unread-input-method-events))
              (kkc-terminate))))
 




reply via email to

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