mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* compile.el (compile-file-of-error): Remember that
compilation-error-list stores file names as strings, not as (DIR . FILE) pairs.
This commit is contained in:
parent
929cc9de2d
commit
aead2f9fa6
1 changed files with 1 additions and 2 deletions
|
|
@ -507,8 +507,7 @@ Does NOT find the source line like \\[next-error]."
|
|||
(setq data (cdr data))
|
||||
(if (markerp data)
|
||||
(buffer-file-name (marker-buffer data))
|
||||
(setq data (car data))
|
||||
(expand-file-name (cdr data) (car data))))
|
||||
(car data)))
|
||||
|
||||
(defun compilation-next-file (n)
|
||||
"Move point to the next error for a different file than the current one."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue