changeset 41517:f0a204c61f81

(fill-indent-according-to-mode): Default to nil.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 25 Nov 2001 22:37:00 +0000
parents 52c9115c94be
children ee7c1fe5feaf
files lisp/textmodes/fill.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/fill.el	Sun Nov 25 22:19:45 2001 +0000
+++ b/lisp/textmodes/fill.el	Sun Nov 25 22:37:00 2001 +0000
@@ -106,7 +106,7 @@
   :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 ()