comparison src/buffer.c @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents 4be1180a9e89
children fe104dbd9147
comparison
equal deleted inserted replaced
107:523141596bda 108:360340f9fd5f
2509 `file-coding-system' does *not* control the coding system used when 2509 `file-coding-system' does *not* control the coding system used when
2510 a file is read in. Use the variables `file-coding-system-for-read' 2510 a file is read in. Use the variables `file-coding-system-for-read'
2511 and `file-coding-system-alist' for that. From a Lisp program, if 2511 and `file-coding-system-alist' for that. From a Lisp program, if
2512 you wish to unilaterally specify the coding system used for one 2512 you wish to unilaterally specify the coding system used for one
2513 particular operation, you should bind the variable 2513 particular operation, you should bind the variable
2514 `overriding-file-coding-system' rather than changing the other two 2514 `coding-system-for-read' rather than changing the other two
2515 variables just mentioned, which are intended to be used for 2515 variables just mentioned, which are intended to be used for
2516 global environment specification. 2516 global environment specification.
2517 */ ); 2517 */ );
2518 #endif /* MULE */ 2518 #endif /* MULE */
2519 2519