From: Ken Raeburn Date: Sun, 2 Apr 2000 02:33:22 +0000 (+0000) Subject: fix error in last log message X-Git-Tag: emacs-pretest-21.0.90~4357 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2387b382fff2fe92236a4b457ba0067459db8c0e;p=emacs.git fix error in last log message --- 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.