]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-context-lines): Default now 0.
authorRichard M. Stallman <rms@gnu.org>
Wed, 28 Apr 2004 08:36:09 +0000 (08:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 28 Apr 2004 08:36:09 +0000 (08:36 +0000)
lisp/progmodes/compile.el

index 2c8ead870000c7541b4ca3167f1db4472baf8fc4..d85bb79064f77d7cd0529d4903fffe0c5977b34f 100644 (file)
@@ -1472,7 +1472,7 @@ region and the first line of the next region."
       (setcdr loc (list line file marker)))
     loc))
 
-(defcustom compilation-context-lines next-screen-context-lines
+(defcustom compilation-context-lines 0
   "*Display this many lines of leading context before message."
   :type 'integer
   :group 'compilation