Paren typo.
This commit is contained in:
parent
9da85ee5a0
commit
bfd271b577
1 changed files with 1 additions and 1 deletions
|
@ -1371,7 +1371,7 @@ Use this command in a compilation log buffer. Sets the mark at point there."
|
|||
(dired-other-window (car (get-text-property (point) 'directory)))
|
||||
(push-mark)
|
||||
(setq compilation-current-error (point))
|
||||
(next-error 0)))))
|
||||
(next-error 0)))
|
||||
|
||||
;; Return a compilation buffer.
|
||||
;; If the current buffer is a compilation buffer, return it.
|
||||
|
|
Loading…
Add table
Reference in a new issue