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
2d325322
Commit
2d325322
authored
Nov 30, 1994
by
Roland McGrath
Browse files
(compilation-next-error-locus): Finish last change.
parent
4b8b296e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+1
-1
No files found.
lisp/progmodes/compile.el
View file @
2d325322
...
...
@@ -1025,7 +1025,7 @@ The current buffer should be the desired compilation output buffer."
lines))
(forward-line lines))
(if column
(move-to-column column))
(move-to-column
(1-
column))
)
(setq last-line this)
(setcdr (car errors) (point-marker))))
(setq errors (cdr errors)))))))))
...
...
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