From: Eli Zaretskii Date: Sat, 13 Oct 2001 09:43:23 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: ttn-vms-21-2-B4~19492 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bbc4a3d3678e7f6dba1e2c951a3dc3b23ec54390;p=emacs.git Fix a typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index 95b2cc4c37a..e1da4e547db 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.