aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn2000-04-02 02:31:07 +0000
committerKen Raeburn2000-04-02 02:31:07 +0000
commitc01fbf95dfa35ec54003620b62971378f5c12730 (patch)
treef47fce8d864623a0231a92a3cee4fd186238e5ad /src/ChangeLog
parentcc2d8c6b3dfb886957d7adfffbaeccdfb68ae13d (diff)
downloademacs-c01fbf95dfa35ec54003620b62971378f5c12730.tar.gz
emacs-c01fbf95dfa35ec54003620b62971378f5c12730.zip
* editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP to test
Lisp_Object boolean value. (Fformat): Use a temporary variable to avoid ENABLE_CHECKING problems reading from and changing the same lisp value in an XSETSTRING call.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4622d9e6699..247f1123050 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,6 +7,12 @@
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
11 to test Lisp_Object boolean value.
12 (Fformat): Use a temporary variable to avoid ENABLE_CHECKING
13 problems reading from and changing the same lisp value in an
14 XSETSTRING call.
15
102000-04-01 Gerd Moellmann <gerd@gnu.org> 162000-04-01 Gerd Moellmann <gerd@gnu.org>
11 17
12 * term.c (TN_no_color_video): New variable. 18 * term.c (TN_no_color_video): New variable.