]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/speedbar.el (imenu): Require unconditionally.
authorStefan Kangas <stefankangas@gmail.com>
Sun, 4 Feb 2024 10:26:43 +0000 (11:26 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 11:06:18 +0000 (12:06 +0100)
(cherry picked from commit e44b9f35793d642d5155fde035e3bc92102d13a1)

lisp/speedbar.el

index 1cb72dc23e636bfd823bde437b99919ada968737..2ed97986fe7e2e8bfceaaeec6ad9889e6e665ab0 100644 (file)
@@ -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)