Paren typo.

This commit is contained in:
Stefan Monnier 2004-04-13 23:16:57 +00:00
parent 9da85ee5a0
commit bfd271b577

View file

@ -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.