mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(compilation-error-regexp-alist): Use expand-file-name and data-directory.
This commit is contained in:
parent
889bfc7d44
commit
eeb3ede408
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ be added."
|
|||
(list 'const (car elt)))
|
||||
compilation-error-regexp-alist-alist))
|
||||
:link `(file-link :tag "example file"
|
||||
,(concat doc-directory "compilation.txt"))
|
||||
,(expand-file-name "compilation.txt" data-directory))
|
||||
:group 'compilation)
|
||||
|
||||
(defvar compilation-directory nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue