comparison src/ChangeLog @ 39869:eb9f534c5b85

Fix a typo.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 13 Oct 2001 09:43:23 +0000
parents 8bdfe67d9f16
children 8679e420d970
comparison
equal deleted inserted replaced
39868:c31f4d66b8e9 39869:eb9f534c5b85
5 * xfns.c (syms_of_xfns): Update calls to Fprovide. 5 * xfns.c (syms_of_xfns): Update calls to Fprovide.
6 6
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.
14 (syms_of_xdisp): Use empty_string. 14 (syms_of_xdisp): Use empty_string.
15 15