aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-03-09 02:58:36 +0000
committerRichard M. Stallman <[email protected]>1995-03-09 02:58:36 +0000
commitb7e6e61235d74fca9b597e6ea8eac42265d429f5 (patch)
tree96ca076a67d4f1f7796f9dd0c1c4b7d56fba5807 /src
parent30bef8ec5105f7a67623c4d840b00e67f2da487c (diff)
(Fforward_comment): Always clear immediate_quit for return.
Diffstat (limited to 'src')
-rw-r--r--src/syntax.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 46f9ddd77e..b6f2da23fc 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -614,6 +614,7 @@ between them, return t; otherwise return nil.")
if (from == stop)
{
SET_PT (from);
+ immediate_quit = 0;
return Qnil;
}
c = FETCH_CHAR (from);