changeset 65236:4dd2a1379398

(compile-command): Add defvar.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 30 Aug 2005 11:09:32 +0000
parents 115e36d1b11e
children 33613253f37e
files lisp/progmodes/mixal-mode.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)))