# HG changeset patch # User Jim Blandy # Date 717136346 0 # Node ID e0a970069f9e1522ecda43ee9900ef02592ff4c8 # Parent e1329d41271ddf165da1e2886f6177b12ccc6c82 Doc fix. diff -r e1329d41271d -r e0a970069f9e src/fns.c --- 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);