diff options
Diffstat (limited to 'src/ChangeLog')
| -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. |