]> code.delx.au - gnu-emacs/commitdiff
(compile-goto-error): Delete extra paren.
authorRomain Francoise <romain@orebokech.com>
Sun, 2 Oct 2005 11:07:01 +0000 (11:07 +0000)
committerRomain Francoise <romain@orebokech.com>
Sun, 2 Oct 2005 11:07:01 +0000 (11:07 +0000)
lisp/ChangeLog
lisp/progmodes/compile.el

index 47f9a9b79461e067b3898c41681aa6709901b4a9..d02505c39659f799cc9bdfffacd5743bbbc138aa 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-02  Romain Francoise  <romain@orebokech.com>
+
+       * progmodes/compile.el (compile-goto-error): Delete extra paren.
+
 2005-10-02  Andreas Schwab  <schwab@suse.de>
 
        * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
index 632adb0ca0759d7c0957ab590bfb541f010c8c11..269fbeaf13709ded99fadea131e346ed09106376 100644 (file)
@@ -1553,7 +1553,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-internal))))
+    (next-error-internal)))
 
 ;; Return a compilation buffer.
 ;; If the current buffer is a compilation buffer, return it.