aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-25 18:38:44 +0000
committerGerd Moellmann2000-09-25 18:38:44 +0000
commit755a2ccd6e0bd1b9ee90bf3d1f5fa80261cb0395 (patch)
tree47c897bebc6f7699db16872b01b3e63408842e91 /src/ChangeLog
parent7df6adc3c778856d94b9d78681c5f71851834bc7 (diff)
downloademacs-755a2ccd6e0bd1b9ee90bf3d1f5fa80261cb0395.tar.gz
emacs-755a2ccd6e0bd1b9ee90bf3d1f5fa80261cb0395.zip
(mark_image): Use GC_NILP instead of NILP.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4e378dc1852..5614b421a56 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12000-09-25 Gerd Moellmann <gerd@gnu.org> 12000-09-25 Gerd Moellmann <gerd@gnu.org>
2 2
3 * alloc.c (mark_image): Use GC_NILP instead of NILP.
4
3 * keyboard.c (show_help_echo): Set help_echo_showing_p. 5 * keyboard.c (show_help_echo): Set help_echo_showing_p.
4 (read_char): If help-echo is showing, preserve the echo area 6 (read_char): If help-echo is showing, preserve the echo area
5 when redisplaying. 7 when redisplaying.