summaryrefslogtreecommitdiff
path: root/lisp/progmodes/hideif.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-26 03:13:43 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-26 03:13:43 +0000
commit048fb1b7485d41ff405442c86fd718595e3e95e6 (patch)
tree22abb3e6bba9d77d0c2f0d24073d10e5b12513d8 /lisp/progmodes/hideif.el
parentfa43b1e8822e55d0e8d27c27c28d150d2e65b8c3 (diff)
downloademacs-048fb1b7485d41ff405442c86fd718595e3e95e6.tar.gz
Provide hideif; require cc-mode.
Diffstat (limited to 'lisp/progmodes/hideif.el')
-rw-r--r--lisp/progmodes/hideif.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el
index a4427ca2ba9..b6d7ee6f3be 100644
--- a/lisp/progmodes/hideif.el
+++ b/lisp/progmodes/hideif.el
@@ -109,6 +109,8 @@
;;; 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