Mercurial > emacs
changeset 29121:acb056d2e9d9
(compile-internal): Style typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 23 May 2000 20:14:43 +0000 |
parents | 64ad20494e87 |
children | 47f68a566622 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Tue May 23 20:10:46 2000 +0000 +++ b/lisp/progmodes/compile.el Tue May 23 20:14:43 2000 +0000 @@ -787,10 +787,9 @@ 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))