aboutsummaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-09-14 21:31:42 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-09-14 21:31:42 +0000
commitace0e6e59640452e2c1f872e9e2bf899211e6813 (patch)
treefc8eb108e775d3900cc5fa15cdb38a902ea776d3 /elisp
parent6d18f1c88cae7c8659bac0f1477656263237ce66 (diff)
downloadmailfromd-ace0e6e59640452e2c1f872e9e2bf899211e6813.tar.gz
mailfromd-ace0e6e59640452e2c1f872e9e2bf899211e6813.tar.bz2
Minor fix
* elisp/mfl-mode.el (mfl-mode): Make compile-command buffer-local. git-svn-id: file:///svnroot/mailfromd/trunk@1665 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'elisp')
-rw-r--r--elisp/mfl-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/elisp/mfl-mode.el b/elisp/mfl-mode.el
index 6241e50c..69f92f8f 100644
--- a/elisp/mfl-mode.el
+++ b/elisp/mfl-mode.el
@@ -439,6 +439,7 @@ Key bindings are:
(use-local-map mfl-mode-map)
(make-local-variable 'beginning-of-defun-function)
(make-local-variable 'end-of-defun-function)
+ (make-local-variable 'compile-command)
(setq major-mode 'mfl-mode
mode-name "MFL"

Return to:

Send suggestions and report system problems to the System administrator.