diff options
| author | Richard M. Stallman | 1997-08-24 03:15:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-24 03:15:05 +0000 |
| commit | 5ed14933028357c40c160bd1b0fa66def9012b6c (patch) | |
| tree | 3f6e1ca74b5406a385f792625c590de66d8e9ba4 | |
| parent | 79fd9b2f5cf65f2d901419991c08aa74efa07571 (diff) | |
| download | emacs-5ed14933028357c40c160bd1b0fa66def9012b6c.tar.gz emacs-5ed14933028357c40c160bd1b0fa66def9012b6c.zip | |
(texinfo-mode): Turn off adaptive-fill-mode.
| -rw-r--r-- | lisp/textmodes/texinfo.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 9e1099f4b88..eb2e5a60862 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -496,6 +496,8 @@ value of texinfo-mode-hook." | |||
| 496 | (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-separate)) | 496 | (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-separate)) |
| 497 | (make-local-variable 'paragraph-start) | 497 | (make-local-variable 'paragraph-start) |
| 498 | (setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start)) | 498 | (setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start)) |
| 499 | (make-local-variable 'adaptive-fill-mode) | ||
| 500 | (setq adaptive-fill-mode nil) | ||
| 499 | (make-local-variable 'fill-column) | 501 | (make-local-variable 'fill-column) |
| 500 | (setq fill-column 72) | 502 | (setq fill-column 72) |
| 501 | (make-local-variable 'comment-start) | 503 | (make-local-variable 'comment-start) |