From: Juanma Barranquero Date: Tue, 30 Aug 2005 11:09:32 +0000 (+0000) Subject: (compile-command): Add defvar. X-Git-Tag: emacs-pretest-22.0.90~7353 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3db571c0d71c8d568ff54786606cccad2b138ddc;p=emacs.git (compile-command): Add defvar. --- 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)))