From: Stefan Monnier Date: Tue, 23 May 2000 20:14:43 +0000 (+0000) Subject: (compile-internal): Style typo. X-Git-Tag: emacs-pretest-21.0.90~3778 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32d6fffb810f98ee20339942afca7d76076eb278;p=emacs.git (compile-internal): Style typo. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index ef86ac15917..2fdd1adf5ec 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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))