* f90.el (f90-imenu-generic-expression): Fix typo in 2013-05-08 change.
(Bug#14402)
This commit is contained in:
parent
2e78e6a794
commit
0ac0fecb15
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue