diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-30 11:09:32 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-30 11:09:32 +0000 |
commit | 3db571c0d71c8d568ff54786606cccad2b138ddc (patch) | |
tree | e17aee734812efed8c8e5c2e1c8eccbeb0ef3531 /lisp/progmodes/mixal-mode.el | |
parent | a6d5fd231428e7a29215a481e93efffcff6332bc (diff) | |
download | emacs-3db571c0d71c8d568ff54786606cccad2b138ddc.tar.gz emacs-3db571c0d71c8d568ff54786606cccad2b138ddc.tar.bz2 emacs-3db571c0d71c8d568ff54786606cccad2b138ddc.zip |
(compile-command): Add defvar.
Diffstat (limited to 'lisp/progmodes/mixal-mode.el')
-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))) |