# HG changeset patch # User Richard M. Stallman # Date 814677223 0 # Node ID 9699410bf8bffcd2a5634d16a25db56e27796b6d # Parent 76034e1fc62e0780d8d1f0e123b75657da3281da Provide hideif; require cc-mode. diff -r 76034e1fc62e -r 9699410bf8bf lisp/progmodes/hideif.el --- 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