# HG changeset patch # User Stefan Monnier # Date 1081898217 0 # Node ID 3064d74c4fe1aebfdc19ab755ba2e26e97df0143 # Parent 6a45f159f315e143ed90594dcfd7fc58cc3b67b0 Paren typo. diff -r 6a45f159f315 -r 3064d74c4fe1 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Tue Apr 13 23:16:29 2004 +0000 +++ b/lisp/progmodes/compile.el Tue Apr 13 23:16:57 2004 +0000 @@ -1371,7 +1371,7 @@ (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.