Provide hideif; require cc-mode.

This commit is contained in:
Richard M. Stallman
1995-10-26 03:13:43 +00:00
parent fa43b1e882
commit 048fb1b748

View File

@@ -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