aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
109 109
110;;; Code: 110;;; Code:
111 111
112(require 'cc-mode)
113
112(defvar hide-ifdef-mode-submap nil 114(defvar hide-ifdef-mode-submap nil
113 "Keymap used with Hide-Ifdef mode.") 115 "Keymap used with Hide-Ifdef mode.")
114 116
@@ -1034,5 +1036,7 @@ Set top and bottom of ifdef block."
1034 (error "No define list for %s" name)) 1036 (error "No define list for %s" name))
1035 (if hide-ifdef-hiding (hide-ifdefs)))) 1037 (if hide-ifdef-hiding (hide-ifdefs))))
1036 1038
1039(provide 'hideif)
1040
1037;;; hideif.el ends here 1041;;; hideif.el ends here
1038 1042