]> git.eshelyaron.com Git - emacs.git/commitdiff
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 a4427ca2ba9b0b5dac07bae8a167960e5e021768..b6d7ee6f3beb8ce489881355c91c006b60ac9b6a 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