aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2001-11-25 22:37:00 +0000
committerStefan Monnier <[email protected]>2001-11-25 22:37:00 +0000
commit4bcb1be1782acc32d442f9a0a9ef893e0ebed3f8 (patch)
treec1b188a68729477ffc655d82a4e08ec06522ce72 /lisp
parentf78cebe31ca1fccf79cc0d0775d5792ce98e7945 (diff)
(fill-indent-according-to-mode): Default to nil.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/fill.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el
index 2abda635f0..e9c62327a9 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."
:type '(choice (const nil) function)
:group 'fill)
-(defvar fill-indent-according-to-mode t
+(defvar fill-indent-according-to-mode nil ;Screws up CC-mode's filling tricks.
"Whether or not filling should try to use the major mode's indentation.")
(defun current-fill-column ()