]> git.eshelyaron.com Git - emacs.git/commitdiff
fix error in last log message
authorKen Raeburn <raeburn@raeburn.org>
Sun, 2 Apr 2000 02:33:22 +0000 (02:33 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Sun, 2 Apr 2000 02:33:22 +0000 (02:33 +0000)
src/ChangeLog

index 247f11230507dd38632f6512f8d12b5cc3b01df3..db9fe4caeb0aeb474a77501b461f8e79337722f9 100644 (file)
@@ -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.