diff lisp/international/iso-acc.el @ 40448:2c2cf54fecc5

(iso-accents-compose): Push SECOND-CHAR as is on unread-command-events instead of `(SECOND-CHAR)'.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 29 Oct 2001 15:42:44 +0000
parents 13203dd70a95
children 8330d988f4aa
line wrap: on
line diff
--- a/lisp/international/iso-acc.el	Mon Oct 29 14:00:39 2001 +0000
+++ b/lisp/international/iso-acc.el	Mon Oct 29 15:42:44 2001 +0000
@@ -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 @@
 	   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