changeset 13297:9699410bf8bf

Provide hideif; require cc-mode.
author Richard M. Stallman <rms@gnu.org>
date Thu, 26 Oct 1995 03:13:43 +0000
parents 76034e1fc62e
children 945fd19491bc
files lisp/progmodes/hideif.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/hideif.el	Wed Oct 25 19:54:38 1995 +0000
+++ b/lisp/progmodes/hideif.el	Thu Oct 26 03:13:43 1995 +0000
@@ -109,6 +109,8 @@
 
 ;;; Code:
 
+(require 'cc-mode)
+
 (defvar hide-ifdef-mode-submap nil
   "Keymap used with Hide-Ifdef mode.")
 
@@ -1034,5 +1036,7 @@
       (error "No define list for %s" name))
     (if hide-ifdef-hiding (hide-ifdefs))))
 
+(provide 'hideif)
+
 ;;; hideif.el ends here