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:
parent
66dc9a0f2f
commit
cc366e3370
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue