summaryrefslogtreecommitdiff
path: root/lisp/progmodes/f90.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-05-20 20:56:54 +0200
committerStefan Kangas <stefan@marxist.se>2022-05-20 21:03:56 +0200
commit1cbabe973be88bed5a21d77defc3220034f7c91f (patch)
tree601f7071883e2c8b29b3a99be555c221053fcb3c /lisp/progmodes/f90.el
parentdd6a24ebedc9953b1632eeafbd2f3b776afe04db (diff)
downloademacs-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.el4
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.")