From 25aba3aecb9752860df4aedf43b217d73fe8c072 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Mon, 12 Nov 2007 23:35:05 +0000 Subject: [PATCH] Add compile-command --- elisp/domtool-mode.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/elisp/domtool-mode.el b/elisp/domtool-mode.el index 4b23e76..1e6959d 100644 --- a/elisp/domtool-mode.el +++ b/elisp/domtool-mode.el @@ -85,7 +85,10 @@ . domtool-font-lock-syntactic-face-function))) (set (make-local-variable 'comment-start) "(* ") (set (make-local-variable 'comment-end) " *)") - (set (make-local-variable 'comment-nested) t)) + (set (make-local-variable 'comment-nested) t) + + (set (make-local-variable 'compile-command) + (concat "domtool -tc " (file-relative-name buffer-file-name)))) (defun domtool-indent-line () (let ((savep (> (current-column) (current-indentation))) -- 2.20.1