summaryrefslogtreecommitdiff
path: root/helm-imenu.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2012-10-18 21:01:00 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2012-10-18 21:01:00 +0200
commit7ffde616829b3d9e607aefa4ba6a46535dda979c (patch)
treeccd33e9e840d1dec7890cfd00e5b154a1c54d939 /helm-imenu.el
parentb02991afb0c9b5a475370afd609e50233b99c1eb (diff)
* helm-imenu.el: Fix new annoying warning when compiling in Emacs-24.3.
Diffstat (limited to 'helm-imenu.el')
-rw-r--r--helm-imenu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-imenu.el b/helm-imenu.el
index c82270a2..a6a564cf 100644
--- a/helm-imenu.el
+++ b/helm-imenu.el
@@ -19,6 +19,7 @@
(require 'cl)
(require 'helm)
+(require 'imenu)
(defvar helm-c-imenu-delimiter " / ")
@@ -53,7 +54,6 @@
(defvar helm-c-source-imenu
'((name . "Imenu")
- (init . (lambda () (require 'imenu)))
(candidates . helm-c-imenu-candidates)
(persistent-action . (lambda (elm)
(helm-c-imenu-default-action elm)