Mercurial > emacs
changeset 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 | 5803ff60cf47 |
children | 145bf101cccc |
files | src/fns.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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;