1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-10 01:34:36 -08:00

(compilation-context-lines): Default now 0.

This commit is contained in:
Richard M. Stallman 2004-04-28 08:36:09 +00:00
parent 66dc9a0f2f
commit cc366e3370

View 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