From 2387b382fff2fe92236a4b457ba0067459db8c0e Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 2 Apr 2000 02:33:22 +0000 Subject: [PATCH] fix error in last log message --- src/ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 247f1123050..db9fe4caeb0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -7,8 +7,9 @@ (make_number): Define as a function if it's not defined as a macro. - * editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP - to test Lisp_Object boolean value. + * editfns.c (text_property_stickiness): Use NILP to test + Lisp_Object boolean value. + (Fmessage_or_box): Don't use NILP to test int variable. (Fformat): Use a temporary variable to avoid ENABLE_CHECKING problems reading from and changing the same lisp value in an XSETSTRING call. -- 2.39.5