From: Stefan Monnier Date: Fri, 28 May 2004 21:11:41 +0000 (+0000) Subject: (compilation-error-regexp-alist): Use expand-file-name and data-directory. X-Git-Tag: ttn-vms-21-2-B4~6034 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eeb3ede4089ca11faa789ad55c55e2c01a620f6e;p=emacs.git (compilation-error-regexp-alist): Use expand-file-name and data-directory. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index da43b7b7098..0a1ed9e7077 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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