# HG changeset patch # User Juanma Barranquero # Date 1125398200 0 # Node ID 35c9b3d1f7df5f703f5a5b32222c791d452b48df # Parent 596278fa5d70fe2edb6e0fc12fca97b7ac494679 (msdos-shells): Add defvar. diff -r 596278fa5d70 -r 35c9b3d1f7df lisp/progmodes/cmacexp.el --- a/lisp/progmodes/cmacexp.el Tue Aug 30 10:36:17 2005 +0000 +++ b/lisp/progmodes/cmacexp.el Tue Aug 30 10:36:40 2005 +0000 @@ -93,6 +93,9 @@ (provide 'cmacexp) +(defvar msdos-shells) + + (defgroup c-macro nil "Expand C macros in a region." :group 'c)