Mercurial > emacs
diff src/minibuf.c @ 1821:04fb1d3d6992
JimB's changes since January 18th
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 26 Jan 1993 01:58:16 +0000 |
parents | a3862c6dfcd0 |
children | 63ba4f555b90 |
line wrap: on
line diff
--- a/src/minibuf.c Tue Jan 26 01:56:29 1993 +0000 +++ b/src/minibuf.c Tue Jan 26 01:58:16 1993 +0000 @@ -1,5 +1,5 @@ /* Minibuffer input and completion. - Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. + Copyright (C) 1985, 1986, 1992, 1993 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -930,7 +930,7 @@ if (!NILP (Vquit_flag)) { Vquit_flag = Qnil; - XFASTINT (unread_command_event) = Ctl ('g'); + unread_command_events = Fcons (make_number (Ctl ('g')), Qnil); } Vinhibit_quit = oinhibit; }