diff options
-rw-r--r-- | lisp/progmodes/mixal-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/mixal-mode.el b/lisp/progmodes/mixal-mode.el index 8f9806c15bb..fd494324303 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))) |