# HG changeset patch
# User Stefan Monnier <monnier@iro.umontreal.ca>
# Date 1006727820 0
# Node ID f0a204c61f816d79332a386bbe91c6e89d43c4ab
# Parent  52c9115c94bec8cdf4a72586408302ee3b0589ed
(fill-indent-according-to-mode): Default to nil.

diff -r 52c9115c94be -r f0a204c61f81 lisp/textmodes/fill.el
--- 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 ()