Skip to content

Commit

Permalink
auto-compile-mark-failed-modified: disable by default
Browse files Browse the repository at this point in the history
Setting this to t is problematic when Magit, VC, or some other version
control mode is used.  When that is the case Auto-Compile can get very
confused.
  • Loading branch information
tarsius committed Nov 6, 2013
1 parent 2b5aa39 commit 7088c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-compile.el
Expand Up @@ -185,7 +185,7 @@ of variable `auto-compile-mark-failed-modified' is non-nil."
:group 'auto-compile
:type 'boolean)

(defcustom auto-compile-mark-failed-modified t
(defcustom auto-compile-mark-failed-modified nil
"Whether to mark buffers which failed to compile as modified.
This serves as a reminder to fix fatal errors. While useful this
Expand Down

0 comments on commit 7088c5f

Please sign in to comment.