From: Juanma Barranquero Date: Tue, 30 Aug 2005 10:36:40 +0000 (+0000) Subject: (msdos-shells): Add defvar. X-Git-Tag: emacs-pretest-22.0.90~7362 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80d0edae927b550944eb54eb49a70cb7f5353b68;p=emacs.git (msdos-shells): Add defvar. --- diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index 8db5d0c03fe..e2bcf984586 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.el @@ -93,6 +93,9 @@ (provide 'cmacexp) +(defvar msdos-shells) + + (defgroup c-macro nil "Expand C macros in a region." :group 'c)