Mercurial > hg > xemacs-beta
comparison src/buffer.h @ 259:11cf20601dec r20-5b28
Import from CVS: tag r20-5b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:02 +0200 |
parents | 41ff10fd062f |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
258:58424f6abf56 | 259:11cf20601dec |
---|---|
1100 of some functions, but not others.) At times this conversion | 1100 of some functions, but not others.) At times this conversion |
1101 also has to go the other way -- i.e. when we get external- | 1101 also has to go the other way -- i.e. when we get external- |
1102 format strings back from a library function. | 1102 format strings back from a library function. |
1103 */ | 1103 */ |
1104 | 1104 |
1105 #ifdef MULE | 1105 #ifdef FILE_CODING |
1106 | 1106 |
1107 /* WARNING: These use a static buffer. This can lead to disaster if | 1107 /* WARNING: These use a static buffer. This can lead to disaster if |
1108 these functions are not used *very* carefully. Under normal | 1108 these functions are not used *very* carefully. Under normal |
1109 circumstances, do not call these functions; call the front ends | 1109 circumstances, do not call these functions; call the front ends |
1110 below. */ | 1110 below. */ |