mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(compile-goto-error): Delete extra paren.
This commit is contained in:
parent
aae3725f5f
commit
942c40e3e3
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user