Mercurial > hg > xemacs-beta
comparison src/buffer.c @ 261:405dd6d1825b r20-5b29
Import from CVS: tag r20-5b29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:51 +0200 |
parents | 11cf20601dec |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
260:052205f7dd5f | 261:405dd6d1825b |
---|---|
2529 and `buffer-file-coding-system-alist' for that. From a Lisp program, if | 2529 and `buffer-file-coding-system-alist' for that. From a Lisp program, if |
2530 you wish to unilaterally specify the coding system used for one | 2530 you wish to unilaterally specify the coding system used for one |
2531 particular operation, you should bind the variable | 2531 particular operation, you should bind the variable |
2532 `coding-system-for-read' rather than changing the other two | 2532 `coding-system-for-read' rather than changing the other two |
2533 variables just mentioned, which are intended to be used for | 2533 variables just mentioned, which are intended to be used for |
2534 global environment specification. */ ); | 2534 global environment specification. |
2535 */ ); | |
2535 #endif | 2536 #endif |
2536 | 2537 |
2537 DEFVAR_BUFFER_LOCAL ("auto-fill-function", auto_fill_function /* | 2538 DEFVAR_BUFFER_LOCAL ("auto-fill-function", auto_fill_function /* |
2538 Function called (if non-nil) to perform auto-fill. | 2539 Function called (if non-nil) to perform auto-fill. |
2539 It is called after self-inserting a space at a column beyond `fill-column'. | 2540 It is called after self-inserting a space at a column beyond `fill-column'. |