diff options
| author | Eli Zaretskii | 2001-10-13 09:43:23 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-10-13 09:43:23 +0000 |
| commit | bbc4a3d3678e7f6dba1e2c951a3dc3b23ec54390 (patch) | |
| tree | 9da1211a909b2a5799c2f4206cdf759107182ab9 | |
| parent | a2bdcec408fe8fea7673d8e2cb548cfc75e12892 (diff) | |
| download | emacs-bbc4a3d3678e7f6dba1e2c951a3dc3b23ec54390.tar.gz emacs-bbc4a3d3678e7f6dba1e2c951a3dc3b23ec54390.zip | |
Fix a typo.
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 95b2cc4c37a..e1da4e547db 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | * lisp.h (Fprovide): Update prototype. | 7 | * lisp.h (Fprovide): Update prototype. |
| 8 | (Ffeaturep, invisible_p): Remove. | 8 | (Ffeaturep, invisible_p): Remove. |
| 9 | 9 | ||
| 10 | * xdisp.c (init_iterator): Be more strict with bytepos and charspos. | 10 | * xdisp.c (init_iterator): Be more strict with bytepos and charpos. |
| 11 | (DOLIST, LOOP_PROPVAL): New macros. | 11 | (DOLIST, LOOP_PROPVAL): New macros. |
| 12 | (invisible_p, invisible_ellipsis_p): Use them. | 12 | (invisible_p, invisible_ellipsis_p): Use them. |
| 13 | (invisible_noellipsis_p): New function. | 13 | (invisible_noellipsis_p): New function. |