diff options
| author | Stefan Monnier | 2001-11-25 22:37:00 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-11-25 22:37:00 +0000 |
| commit | 4bcb1be1782acc32d442f9a0a9ef893e0ebed3f8 (patch) | |
| tree | c1b188a68729477ffc655d82a4e08ec06522ce72 | |
| parent | f78cebe31ca1fccf79cc0d0775d5792ce98e7945 (diff) | |
| download | emacs-4bcb1be1782acc32d442f9a0a9ef893e0ebed3f8.tar.gz emacs-4bcb1be1782acc32d442f9a0a9ef893e0ebed3f8.zip | |
(fill-indent-according-to-mode): Default to nil.
| -rw-r--r-- | lisp/textmodes/fill.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 2abda635f0d..e9c62327a9c 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el | |||
| @@ -106,7 +106,7 @@ This function is used when `adaptive-fill-regexp' does not match." | |||
| 106 | :type '(choice (const nil) function) | 106 | :type '(choice (const nil) function) |
| 107 | :group 'fill) | 107 | :group 'fill) |
| 108 | 108 | ||
| 109 | (defvar fill-indent-according-to-mode t | 109 | (defvar fill-indent-according-to-mode nil ;Screws up CC-mode's filling tricks. |
| 110 | "Whether or not filling should try to use the major mode's indentation.") | 110 | "Whether or not filling should try to use the major mode's indentation.") |
| 111 | 111 | ||
| 112 | (defun current-fill-column () | 112 | (defun current-fill-column () |