mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-06 07:31:13 -08:00
(compile-internal): Style typo.
This commit is contained in:
parent
1e15f1152c
commit
32d6fffb81
1 changed files with 1 additions and 2 deletions
|
|
@ -787,10 +787,9 @@ Returns the compilation buffer created."
|
|||
error-regexp-alist name-function
|
||||
enter-regexp-alist leave-regexp-alist
|
||||
file-regexp-alist nomessage-regexp-alist))
|
||||
(make-local-variable 'lazy-lock-defer-on-scrolling)
|
||||
;; This proves a good idea if the buffer's going to scroll
|
||||
;; with lazy-lock on.
|
||||
(setq lazy-lock-defer-on-scrolling t)
|
||||
(set (make-local-variable 'lazy-lock-defer-on-scrolling) t)
|
||||
(setq default-directory thisdir
|
||||
compilation-directory-stack (list default-directory))
|
||||
(set-window-start outwin (point-min))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue