From: Stefan Monnier Date: Tue, 13 Apr 2004 23:16:57 +0000 (+0000) Subject: Paren typo. X-Git-Tag: ttn-vms-21-2-B4~6845 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfd271b57749c4e7f74484f80d3dd0873a5b7dcc;p=emacs.git Paren typo. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index dfd1f0a3eea..e8dfacb5966 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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.