aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn2000-04-02 02:33:22 +0000
committerKen Raeburn2000-04-02 02:33:22 +0000
commit2387b382fff2fe92236a4b457ba0067459db8c0e (patch)
tree1819a5869871e1bf081591b8500ab7f1c8ef186e /src
parentc01fbf95dfa35ec54003620b62971378f5c12730 (diff)
downloademacs-2387b382fff2fe92236a4b457ba0067459db8c0e.tar.gz
emacs-2387b382fff2fe92236a4b457ba0067459db8c0e.zip
fix error in last log message
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files 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 @@
7 (make_number): Define as a function if it's not defined as a 7 (make_number): Define as a function if it's not defined as a
8 macro. 8 macro.
9 9
10 * editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP 10 * editfns.c (text_property_stickiness): Use NILP to test
11 to test Lisp_Object boolean value. 11 Lisp_Object boolean value.
12 (Fmessage_or_box): Don't use NILP to test int variable.
12 (Fformat): Use a temporary variable to avoid ENABLE_CHECKING 13 (Fformat): Use a temporary variable to avoid ENABLE_CHECKING
13 problems reading from and changing the same lisp value in an 14 problems reading from and changing the same lisp value in an
14 XSETSTRING call. 15 XSETSTRING call.