Provide hideif; require cc-mode.
authorRichard M. Stallman <rms@gnu.org>
Thu, 26 Oct 1995 03:13:43 +0000 (03:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 26 Oct 1995 03:13:43 +0000 (03:13 +0000)
lisp/progmodes/hideif.el

index a4427ca..b6d7ee6 100644 (file)
 
 ;;; Code:
 
+(require 'cc-mode)
+
 (defvar hide-ifdef-mode-submap nil
   "Keymap used with Hide-Ifdef mode.")
 
@@ -1034,5 +1036,7 @@ Set top and bottom of ifdef block."
       (error "No define list for %s" name))
     (if hide-ifdef-hiding (hide-ifdefs))))
 
+(provide 'hideif)
+
 ;;; hideif.el ends here