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
29478cc5
Commit
29478cc5
authored
Jun 10, 1993
by
Jim Blandy
Browse files
Doc fix.
parent
18710add
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+6
-1
No files found.
lisp/progmodes/compile.el
View file @
29478cc5
...
...
@@ -47,7 +47,12 @@ is the number of the line the message is about. Or its cdr may be nil
if that error is not interesting.
The value may be t instead of a list; this means that the buffer of
error messages should be reparsed the next time the list of errors is wanted."
)
error messages should be reparsed the next time the list of errors is wanted.
Some other commands (like `diff') use this list to control the error
message tracking facilites; if you change its structure, you should make
sure you also change those packages. Perhaps it is better not to change
it at all."
)
(
defvar
compilation-old-error-list
nil
"Value of `compilation-error-list' after errors were parsed."
)
...
...
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