comparison src/buffer.c @ 78:c7528f8e288d r20-0b34

Import from CVS: tag r20-0b34
author cvs
date Mon, 13 Aug 2007 09:05:42 +0200
parents 131b0175ea99
children 6a378aca36af
comparison
equal deleted inserted replaced
77:6cb4f478e7bc 78:c7528f8e288d
2508 and `file-coding-system-alist' for that. From a Lisp program, if 2508 and `file-coding-system-alist' for that. From a Lisp program, if
2509 you wish to unilaterally specify the coding system used for one 2509 you wish to unilaterally specify the coding system used for one
2510 particular operation, you should bind the variable 2510 particular operation, you should bind the variable
2511 `overriding-file-coding-system' rather than changing the other two 2511 `overriding-file-coding-system' rather than changing the other two
2512 variables just mentioned, which are intended to be used for 2512 variables just mentioned, which are intended to be used for
2513 global environment specification. */ ); 2513 global environment specification.
2514 */ );
2514 #endif /* MULE */ 2515 #endif /* MULE */
2515 2516
2516 DEFVAR_BUFFER_LOCAL ("auto-fill-function", auto_fill_function /* 2517 DEFVAR_BUFFER_LOCAL ("auto-fill-function", auto_fill_function /*
2517 Function called (if non-nil) to perform auto-fill. 2518 Function called (if non-nil) to perform auto-fill.
2518 It is called after self-inserting a space at a column beyond `fill-column'. 2519 It is called after self-inserting a space at a column beyond `fill-column'.