Provide hideif; require cc-mode.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user