+2008-06-03 Glenn Morris <rgm@gnu.org>
+
+ * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
+ Check that end-of-word follows "type".
+
2008-06-02 Daiki Ueno <ueno@unixuser.org>
* epa-file.el (epa-file-write-region): Write the entire buffer
Set the match data so that subexpression 1,2 are the TYPE, and
type-name parts, respectively."
(let (found l)
- (while (and (re-search-forward "\\<\\(\\(?:end[ \t]*\\)?type\\)[ \t]*"
+ (while (and (re-search-forward "\\<\\(\\(?:end[ \t]*\\)?type\\)\\>[ \t]*"
limit t)
(not (setq found
(progn
NAME is non-nil only for type."
(cond
((save-excursion
- (and (looking-at "\\<type[ \t]*")
+ (and (looking-at "\\<type\\>[ \t]*")
(goto-char (match-end 0))
(not (looking-at "\\(is\\>\\|(\\)"))
(or (looking-at "\\(\\sw+\\)")