Mercurial > hg > xemacs-beta
diff lib-src/make-docfile.c @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 84b14dcb0985 |
children | abe6d1db359e |
line wrap: on
line diff
--- a/lib-src/make-docfile.c Mon Aug 13 11:32:27 2007 +0200 +++ b/lib-src/make-docfile.c Mon Aug 13 11:33:38 2007 +0200 @@ -915,7 +915,7 @@ /* Skip until the first newline; remember the two previous chars. */ while (c != '\n' && c >= 0) { - /* ### Kludge -- Ignore any ESC x x ISO2022 sequences */ + /* #### Kludge -- Ignore any ESC x x ISO2022 sequences */ if (c == 27) { getc (infile);