]> git.eshelyaron.com Git - emacs.git/commit
(IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
authorAndrew Innes <andrewi@gnu.org>
Tue, 24 Oct 2000 14:00:55 +0000 (14:00 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 24 Oct 2000 14:00:55 +0000 (14:00 +0000)
commit5b370c2bad5d308ab42ee63aa35835362782db75
treedfcf6d46a723fa75a085bb9cda28ff8e6030062c
parent5dcab13e691fee1fbd8b3c842363a0587c74ce3b
(IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
NT-Emacs only.
(re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
so that re_search functions only quit when callers expect them to.
src/regex.c