changeset 55210:9c215b4c9a6d

(compilation-context-lines): Default now 0.
author Richard M. Stallman <rms@gnu.org>
date Wed, 28 Apr 2004 08:36:09 +0000
parents a2fdb97fe128
children 63776cd88af2
files lisp/progmodes/compile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Tue Apr 27 22:46:52 2004 +0000
+++ b/lisp/progmodes/compile.el	Wed Apr 28 08:36:09 2004 +0000
@@ -1472,7 +1472,7 @@
       (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