# HG changeset patch # User Juanma Barranquero # Date 1125400172 0 # Node ID 4dd2a1379398bbef3708f4f401f58803d30b3c2b # Parent 115e36d1b11edbfd996c2c358d45c8198e7922ac (compile-command): Add defvar. diff -r 115e36d1b11e -r 4dd2a1379398 lisp/progmodes/mixal-mode.el --- a/lisp/progmodes/mixal-mode.el Tue Aug 30 11:08:18 2005 +0000 +++ b/lisp/progmodes/mixal-mode.el Tue Aug 30 11:09:32 2005 +0000 @@ -55,6 +55,8 @@ ;;; Code: +(defvar compile-command) + ;;; Key map (defvar mixal-mode-map (let ((map (make-sparse-keymap)))