* lisp/speedbar.el (imenu): Require unconditionally.
This commit is contained in:
parent
9bbf8232db
commit
e44b9f3579
1 changed files with 1 additions and 1 deletions
|
@ -3488,7 +3488,7 @@ functions to do caching and flushing if appropriate."
|
|||
|
||||
nil
|
||||
|
||||
(eval-when-compile (condition-case nil (require 'imenu) (error nil)))
|
||||
(eval-when-compile (require 'imenu))
|
||||
(declare-function imenu--make-index-alist "imenu" (&optional no-error))
|
||||
|
||||
(defun speedbar-fetch-dynamic-imenu (file)
|
||||
|
|
Loading…
Add table
Reference in a new issue