diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index db9fe4caeb0..de883b830a4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -7,6 +7,11 @@ | |||
| 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 | * composite.c (run_composite_function): Use NILP when checking for | ||
| 11 | nil. | ||
| 12 | (syms_of_composite): Delete local var NARGS, pass an int as first | ||
| 13 | argument to Fmake_hash_table. | ||
| 14 | |||
| 10 | * editfns.c (text_property_stickiness): Use NILP to test | 15 | * editfns.c (text_property_stickiness): Use NILP to test |
| 11 | Lisp_Object boolean value. | 16 | Lisp_Object boolean value. |
| 12 | (Fmessage_or_box): Don't use NILP to test int variable. | 17 | (Fmessage_or_box): Don't use NILP to test int variable. |