]> git.eshelyaron.com Git - emacs.git/commitdiff
(iso-accents-compose): Push SECOND-CHAR
authorGerd Moellmann <gerd@gnu.org>
Mon, 29 Oct 2001 15:44:21 +0000 (15:44 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 29 Oct 2001 15:44:21 +0000 (15:44 +0000)
as is on unread-command-events instead of `(SECOND-CHAR)'.

lisp/ChangeLog
lisp/international/iso-acc.el

index aba51ea930d1a429eafb9accb7e83dc5e68a0399..6ccf7bff72ee1b4cfdfe98adc7fbfc8f2ac276f5 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
+       as is on unread-command-events instead of `(SECOND-CHAR)'.
+
 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
 
        * vc.el: Mention vc-*-switches in backend API documentation.
index b265b5815e7fc1007a2de5dd96a4bd3e91ffbcd3..220a6b604f354a45e003b4e52f38562450903074 100644 (file)
@@ -1,6 +1,6 @@
 ;;; iso-acc.el --- minor mode providing electric accent keys
 
-;; Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1994, 1996, 2001 Free Software Foundation, Inc.
 
 ;; Author: Johan Vromans
 ;; Maintainer: FSF
@@ -319,7 +319,7 @@ the language you choose)."
           entry))
       ;; Otherwise, advance and schedule the second key for execution.
       (setq unread-command-events
-           (cons (list second-char) unread-command-events))
+           (push second-char unread-command-events))
       (vector first-char))))
 
 ;; It is a matter of taste if you want the minor mode indicated