diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-05-20 20:56:54 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-05-20 21:03:56 +0200 |
commit | 1cbabe973be88bed5a21d77defc3220034f7c91f (patch) | |
tree | 601f7071883e2c8b29b3a99be555c221053fcb3c /lisp/progmodes/f90.el | |
parent | dd6a24ebedc9953b1632eeafbd2f3b776afe04db (diff) | |
download | emacs-1cbabe973be88bed5a21d77defc3220034f7c91f.tar.gz emacs-1cbabe973be88bed5a21d77defc3220034f7c91f.tar.bz2 emacs-1cbabe973be88bed5a21d77defc3220034f7c91f.zip |
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.
Diffstat (limited to 'lisp/progmodes/f90.el')
-rw-r--r-- | lisp/progmodes/f90.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index ce8824b85c1..342fcb27b3d 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el @@ -825,9 +825,7 @@ Can be overridden by the value of `font-lock-maximum-decoration'.") :style toggle :help "Expand abbreviations while typing in this buffer"] ["Add Imenu Menu" f90-add-imenu-menu :active (not (lookup-key (current-local-map) [menu-bar index])) - :included (fboundp 'imenu-add-to-menubar) - :help "Add an index menu to the menu-bar" - ])) + :help "Add an index menu to the menu-bar"])) map) "Keymap used in F90 mode.") |