Mercurial > emacs
changeset 54857:3064d74c4fe1
Paren typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 13 Apr 2004 23:16:57 +0000 |
parents | 6a45f159f315 |
children | 44a3fff23885 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Tue Apr 13 23:16:29 2004 +0000 +++ b/lisp/progmodes/compile.el Tue Apr 13 23:16:57 2004 +0000 @@ -1371,7 +1371,7 @@ (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.