Mercurial > emacs
changeset 1194:e0a970069f9e
Doc fix.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 22 Sep 1992 04:32:26 +0000 |
parents | e1329d41271d |
children | beefc235076e |
files | src/fns.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Tue Sep 22 04:29:25 1992 +0000 +++ b/src/fns.c Tue Sep 22 04:32:26 1992 +0000 @@ -1114,6 +1114,9 @@ if (ans == 7 || ans == '\035') Vquit_flag = Qt; QUIT; + + /* If we don't clear this, then the next call to read_char will + return quit_char again, and we'll enter an infinite loop. */ Vquit_flag = Qnil; if (ans >= 0) ans = DOWNCASE (ans);