# HG changeset patch # User Stefan Monnier # Date 1085778701 0 # Node ID 5e730ddfd23ad927372be35b57b3453ea828b117 # Parent a4c5317be59a8e4b4329aed68496e074b9572312 (compilation-error-regexp-alist): Use expand-file-name and data-directory. diff -r a4c5317be59a -r 5e730ddfd23a lisp/progmodes/compile.el --- 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