diff lisp/progmodes/compile.el @ 65788:cbc600deccb5

(compile-goto-error): Delete extra paren.
author Romain Francoise <romain@orebokech.com>
date Sun, 02 Oct 2005 11:07:01 +0000
parents a2cbf1cc9c6d
children bc2d2dc9f534 aa89c814f853
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Sun Oct 02 09:35:32 2005 +0000
+++ b/lisp/progmodes/compile.el	Sun Oct 02 11:07:01 2005 +0000
@@ -1553,7 +1553,7 @@
       (dired-other-window (car (get-text-property (point) 'directory)))
     (push-mark)
     (setq compilation-current-error (point))
-    (next-error-internal))))
+    (next-error-internal)))
 
 ;; Return a compilation buffer.
 ;; If the current buffer is a compilation buffer, return it.