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)'.
+
* enriched.el (enriched-face-ans): Handle face attributes
of the form `(FACE1 FACE2 ...)'.
;;; 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
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