From 3db571c0d71c8d568ff54786606cccad2b138ddc Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 30 Aug 2005 11:09:32 +0000 Subject: [PATCH] (compile-command): Add defvar. --- lisp/progmodes/mixal-mode.el | 2 ++ 1 file changed, 2 insertions(+) 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))) -- 2.39.2