mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08:00
Remove compat code; assume imenu.el exists
* lisp/progmodes/antlr-mode.el (antlr-mode): * lisp/progmodes/cperl-mode.el (cperl-menu): * lisp/progmodes/f90.el (f90-mode-map): * lisp/progmodes/fortran.el (fortran-menu): * lisp/speedbar.el (speedbar-use-imenu-flag): Remove compat code; assume imenu.el exists.
This commit is contained in:
parent
dd6a24ebed
commit
1cbabe973b
5 changed files with 4 additions and 9 deletions
|
|
@ -1091,7 +1091,7 @@ Unless KEEP, removes the old indentation."
|
|||
["Debugger" cperl-db t]
|
||||
"----"
|
||||
("Tools"
|
||||
["Imenu" imenu (fboundp 'imenu)]
|
||||
["Imenu" imenu]
|
||||
["Imenu on Perl Info" cperl-imenu-on-info (featurep 'imenu)]
|
||||
"----"
|
||||
["Ispell PODs" cperl-pod-spell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue