summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cmacexp.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-08-30 10:36:40 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-08-30 10:36:40 +0000
commit80d0edae927b550944eb54eb49a70cb7f5353b68 (patch)
tree5d7bbcbcfdb61c27ec8346ed9afafc520592c020 /lisp/progmodes/cmacexp.el
parent9e01e6da53f3c78e7f06af3194ed65e8192dcab0 (diff)
downloademacs-80d0edae927b550944eb54eb49a70cb7f5353b68.tar.gz
(msdos-shells): Add defvar.
Diffstat (limited to 'lisp/progmodes/cmacexp.el')
-rw-r--r--lisp/progmodes/cmacexp.el3
1 files changed, 3 insertions, 0 deletions
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)