# HG changeset patch # User Eli Zaretskii # Date 1002966203 0 # Node ID eb9f534c5b85f7801ecf010968bd7aa40321ea5f # Parent c31f4d66b8e9f9ceef2d24c28da915176824bb04 Fix a typo. diff -r c31f4d66b8e9 -r eb9f534c5b85 src/ChangeLog --- a/src/ChangeLog Sat Oct 13 08:13:34 2001 +0000 +++ b/src/ChangeLog Sat Oct 13 09:43:23 2001 +0000 @@ -7,7 +7,7 @@ * lisp.h (Fprovide): Update prototype. (Ffeaturep, invisible_p): Remove. - * xdisp.c (init_iterator): Be more strict with bytepos and charspos. + * xdisp.c (init_iterator): Be more strict with bytepos and charpos. (DOLIST, LOOP_PROPVAL): New macros. (invisible_p, invisible_ellipsis_p): Use them. (invisible_noellipsis_p): New function.