Mercurial > emacs
changeset 55806:5e730ddfd23a
(compilation-error-regexp-alist): Use expand-file-name and data-directory.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 28 May 2004 21:11:41 +0000 |
parents | a4c5317be59a |
children | eb9d99ced391 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Fri May 28 21:09:05 2004 +0000 +++ b/lisp/progmodes/compile.el Fri May 28 21:11:41 2004 +0000 @@ -329,7 +329,7 @@ (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