changeset 65788:cbc600deccb5

(compile-goto-error): Delete extra paren.
author Romain Francoise <romain@orebokech.com>
date Sun, 02 Oct 2005 11:07:01 +0000
parents 7a79db995674
children 342bbdcdefeb
files lisp/ChangeLog lisp/progmodes/compile.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Oct 02 09:35:32 2005 +0000
+++ b/lisp/ChangeLog	Sun Oct 02 11:07:01 2005 +0000
@@ -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
--- 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.