diff src/fns.c @ 10059:c1b138be512e

(Fy_or_n_p): Handle exit-prefix in query-replace-map.
author Richard M. Stallman <rms@gnu.org>
date Wed, 23 Nov 1994 09:11:30 +0000
parents 402c87cbc4fa
children 6f6db8f5b8a0
line wrap: on
line diff
--- a/src/fns.c	Wed Nov 23 09:11:05 1994 +0000
+++ b/src/fns.c	Wed Nov 23 09:11:30 1994 +0000
@@ -1202,6 +1202,10 @@
 	}
       else if (EQ (def, intern ("quit")))
 	Vquit_flag = Qt;
+      /* We want to exit this command for exit-prefix,
+	 and this is the only way to do it.  */
+      else if (EQ (def, intern ("exit-prefix")))
+	Vquit_flag = Qt;
 
       QUIT;