From: Stefan Monnier Date: Sun, 25 Nov 2001 22:37:00 +0000 (+0000) Subject: (fill-indent-according-to-mode): Default to nil. X-Git-Tag: ttn-vms-21-2-B4~18169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4bcb1be1782acc32d442f9a0a9ef893e0ebed3f8;p=emacs.git (fill-indent-according-to-mode): Default to nil. --- 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." :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 ()