Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
32d6fffb
Commit
32d6fffb
authored
May 23, 2000
by
Stefan Monnier
Browse files
(compile-internal): Style typo.
parent
1e15f115
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+1
-2
No files found.
lisp/progmodes/compile.el
View file @
32d6fffb
...
...
@@ -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.
(
set
q
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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment