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
4f331ded
Commit
4f331ded
authored
Oct 19, 2004
by
Richard M. Stallman
Browse files
(compilation-setup): Don't set buffer-read-only if MINOR is non-nil.
parent
08dedea6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+2
-1
No files found.
lisp/progmodes/compile.el
View file @
4f331ded
...
...
@@ -1186,7 +1186,8 @@ If nil, use the beginning of buffer.")
"
Prepare
the
buffer
for
the
compilation
parsing
commands
to
work.
Optional
argument
MINOR
indicates
this
is
called
from
`
compilation-minor-mode
'.
"
(setq buffer-read-only t)
(unless minor
(setq buffer-read-only t))
(make-local-variable 'compilation-current-error)
(make-local-variable 'compilation-messages-start)
(make-local-variable 'compilation-error-screen-columns)
...
...
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