]> git.eshelyaron.com Git - emacs.git/commitdiff
(compile-internal): Style typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 23 May 2000 20:14:43 +0000 (20:14 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 23 May 2000 20:14:43 +0000 (20:14 +0000)
lisp/progmodes/compile.el

index ef86ac1591798b22be0a9c984d4a1ce1d4aaa232..2fdd1adf5ec1480b6d1920db8f712ddadf64f279 100644 (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))