aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-08-30 11:09:32 +0000
committerJuanma Barranquero <[email protected]>2005-08-30 11:09:32 +0000
commit3db571c0d71c8d568ff54786606cccad2b138ddc (patch)
treee17aee734812efed8c8e5c2e1c8eccbeb0ef3531
parenta6d5fd231428e7a29215a481e93efffcff6332bc (diff)
(compile-command): Add defvar.
-rw-r--r--lisp/progmodes/mixal-mode.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/mixal-mode.el b/lisp/progmodes/mixal-mode.el
index 8f9806c15b..fd49432430 100644
--- a/lisp/progmodes/mixal-mode.el
+++ b/lisp/progmodes/mixal-mode.el
@@ -55,6 +55,8 @@
;;; Code:
+(defvar compile-command)
+
;;; Key map
(defvar mixal-mode-map
(let ((map (make-sparse-keymap)))