]> git.eshelyaron.com Git - emacs.git/commitdiff
Paren typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Apr 2004 23:16:57 +0000 (23:16 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Apr 2004 23:16:57 +0000 (23:16 +0000)
lisp/progmodes/compile.el

index dfd1f0a3eeaf75fc3a8583f05afda737974cefed..e8dfacb5966eb14aca491190df08e83ef348a8f3 100644 (file)
@@ -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.