bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: iso-accents bug


From: Kevin Rodgers
Subject: Re: iso-accents bug
Date: Mon, 29 Oct 2001 10:55:33 -0700

Gerd Moellmann wrote:
> Thanks, Marcelo.  Could you please try the patch below?  BTW 21.1 is
> released, there's no need to stick with the pretest :-).
...
>         ;; Otherwise, advance and schedule the second key for execution.
>         (setq unread-command-events
> !           (push second-char unread-command-events))

M-x lisp-pedantic-mode RET

(setq foo (push bar foo)) ==
(push bar foo) ==
(setq foo (cons bar foo))

-- 
Kevin Rodgers <kevinr@ihs.com>



reply via email to

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