1
Fork 0
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:
Stefan Monnier 2000-05-23 20:14:43 +00:00
parent 1e15f1152c
commit 32d6fffb81

View file

@ -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))