aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/compile.el2
1 files changed, 1 insertions, 1 deletions
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."
329 (list 'const (car elt))) 329 (list 'const (car elt)))
330 compilation-error-regexp-alist-alist)) 330 compilation-error-regexp-alist-alist))
331 :link `(file-link :tag "example file" 331 :link `(file-link :tag "example file"
332 ,(concat doc-directory "compilation.txt")) 332 ,(expand-file-name "compilation.txt" data-directory))
333 :group 'compilation) 333 :group 'compilation)
334 334
335(defvar compilation-directory nil 335(defvar compilation-directory nil