Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
913 { | 913 { |
914 | 914 |
915 /* Skip until the first newline; remember the two previous chars. */ | 915 /* Skip until the first newline; remember the two previous chars. */ |
916 while (c != '\n' && c >= 0) | 916 while (c != '\n' && c >= 0) |
917 { | 917 { |
918 /* ### Kludge -- Ignore any ESC x x ISO2022 sequences */ | 918 /* #### Kludge -- Ignore any ESC x x ISO2022 sequences */ |
919 if (c == 27) | 919 if (c == 27) |
920 { | 920 { |
921 getc (infile); | 921 getc (infile); |
922 getc (infile); | 922 getc (infile); |
923 goto nextchar; | 923 goto nextchar; |