branch: elpa/drupal-mode
commit 75e1d2dccc19d8d59a222d2aa4bf5779d588df7c
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>

    Require dependency.
---
 drush-make-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drush-make-mode.el b/drush-make-mode.el
index 8c8bd5e5dc..0d7c3bbefb 100644
--- a/drush-make-mode.el
+++ b/drush-make-mode.el
@@ -27,6 +27,7 @@
 ;;; Code:
 
 (require 'bug-reference)
+(require 'imenu)
 
 ;;;###autoload
 (define-derived-mode drush-make-mode conf-windows-mode "Drush Make"

Reply via email to