aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-04-28 08:36:09 +0000
committerRichard M. Stallman2004-04-28 08:36:09 +0000
commitcc366e33703cc7632e31c1fcd618ff5ddc902390 (patch)
tree28a275d28ea26205f2fdc933004cfc1638347863
parent66dc9a0f2f01edcef8f8ad0d891905409120c081 (diff)
downloademacs-cc366e33703cc7632e31c1fcd618ff5ddc902390.tar.gz
emacs-cc366e33703cc7632e31c1fcd618ff5ddc902390.zip
(compilation-context-lines): Default now 0.
-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 2c8ead87000..d85bb79064f 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -1472,7 +1472,7 @@ region and the first line of the next region."
1472 (setcdr loc (list line file marker))) 1472 (setcdr loc (list line file marker)))
1473 loc)) 1473 loc))
1474 1474
1475(defcustom compilation-context-lines next-screen-context-lines 1475(defcustom compilation-context-lines 0
1476 "*Display this many lines of leading context before message." 1476 "*Display this many lines of leading context before message."
1477 :type 'integer 1477 :type 'integer
1478 :group 'compilation 1478 :group 'compilation