* f90.el (f90-imenu-generic-expression): Fix typo in 2013-05-08 change.

(Bug#14402)
This commit is contained in:
Glenn Morris 2013-05-14 15:29:35 -04:00
parent 2e78e6a794
commit 0ac0fecb15
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-05-14 Glenn Morris <rgm@gnu.org>
* progmodes/f90.el (f90-imenu-generic-expression):
Fix typo in 2013-05-08 change. (Bug#14402)
2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
* progmodes/gdb-mi.el (gdb-running, gdb-starting): Remove

View file

@ -981,7 +981,7 @@ Set subexpression 1 in the match-data to the name of the type."
("Submodules" "^[ \t0-9]*submodule[ \t]*([^)\n]+)[ \t]*\
\\(\\(?:\\sw\\|\\s_\\)+\\)[ \t]*\\(!\\|$\\)" 1)
("Modules" "^[ \t0-9]*module[ \t]+\\(\\(?:\\sw\\|\\s_\\)+\\)[ \t]*\\(!\\|$\\)" 1)
'("Types" f90-imenu-type-matcher 1)
("Types" f90-imenu-type-matcher 1)
;; Does not handle: "type[, stuff] :: foo".
;;(format "^[ \t0-9]*type[ \t]+\\(\\(%s\\|i%s\\|is\\(?:\\sw\\|\\s_\\)\\)\\(?:\\sw\\|\\s_\\)*\\)"
;; not-ib not-s)