# HG changeset patch # User Richard M. Stallman # Date 1083141369 0 # Node ID 9c215b4c9a6d5fec38dae6c905fb79d9fe4d3de7 # Parent a2fdb97fe1289c60d037072fe2b981e149181043 (compilation-context-lines): Default now 0. diff -r a2fdb97fe128 -r 9c215b4c9a6d lisp/progmodes/compile.el --- 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