aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-10-20 23:31:27 +0000
committerRichard M. Stallman2003-10-20 23:31:27 +0000
commit59bb4146a34ac1b4e91fe53b3a46a08c6e661812 (patch)
tree783763e772768841a0f3a439eeca0723ea2fdcb2
parent0640e91a85ac4e43e3df76472c841540dc441b2e (diff)
downloademacs-59bb4146a34ac1b4e91fe53b3a46a08c6e661812.tar.gz
emacs-59bb4146a34ac1b4e91fe53b3a46a08c6e661812.zip
(compile-auto-highlight): Undo July 7 change.
-rw-r--r--lisp/progmodes/compile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 1aef5012937..eaaa1634b52 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -50,7 +50,7 @@
50 integer) 50 integer)
51 :group 'compilation) 51 :group 'compilation)
52 52
53(defcustom compile-auto-highlight t 53(defcustom compile-auto-highlight nil
54 "*Specify how many compiler errors to highlight (and parse) initially. 54 "*Specify how many compiler errors to highlight (and parse) initially.
55\(Highlighting applies to an error message when the mouse is over it.) 55\(Highlighting applies to an error message when the mouse is over it.)
56If this is a number N, all compiler error messages in the first N lines 56If this is a number N, all compiler error messages in the first N lines