From f21b06b7628a1b9e84692064938c0d2694e662a2 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 25 Dec 1999 13:01:06 +0000 Subject: [PATCH] *** empty log message *** --- lispref/display.texi | 2 +- src/ChangeLog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lispref/display.texi b/lispref/display.texi index c1f8fdfd5bc..c677c6a7ef6 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -403,7 +403,7 @@ temporarily modifying their invisible and intangible properties. If you want this to be done differently for a certain overlay, give it an @code{isearch-open-invisible-temporary} property which is a function. The function is called with two arguments: the first is the overlay, and -the second is @code{t} to make the overlay visible, or @code{nil} to +the second is @code{nil} to make the overlay visible, or @code{t} to make it invisible again. @node Selective Display diff --git a/src/ChangeLog b/src/ChangeLog index ed44bedbd39..6528e5f8653 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +1999-12-25 Gerd Moellmann + + * search.c (looking_at_1): Reset immediate_quit before modifying + global data. + 1999-12-24 Kenichi Handa * process.c (read_process_output): Fix the arg FROM to -- 2.39.5