diff options
| author | Ken Raeburn | 2000-04-02 02:42:12 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2000-04-02 02:42:12 +0000 |
| commit | 096540869a2be7676946ef9c4ee52e5cedb5c28a (patch) | |
| tree | 2a83bcd957998fad87976be477c82c975868e514 /src/ChangeLog | |
| parent | 2387b382fff2fe92236a4b457ba0067459db8c0e (diff) | |
| download | emacs-096540869a2be7676946ef9c4ee52e5cedb5c28a.tar.gz emacs-096540869a2be7676946ef9c4ee52e5cedb5c28a.zip | |
* composite.c (run_composite_function): Use NILP when checking for nil.
(syms_of_composite): Delete local var NARGS, pass an int as first argument to
Fmake_hash_table.
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. |