]> git.eshelyaron.com Git - emacs.git/commitdiff
(msdos-shells): Add defvar.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 30 Aug 2005 10:36:40 +0000 (10:36 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 30 Aug 2005 10:36:40 +0000 (10:36 +0000)
lisp/progmodes/cmacexp.el

index 8db5d0c03fe8320c5741a8a922c89ee7619e9cbb..e2bcf9845863fd6cd2a84c6fb7e3f66df419b008 100644 (file)
@@ -93,6 +93,9 @@
 
 (provide 'cmacexp)
 
+(defvar msdos-shells)
+
+
 (defgroup c-macro nil
   "Expand C macros in a region."
   :group 'c)