Mercurial > emacs
comparison lisp/ChangeLog @ 107101:3b143add1364
Handle F2003 named interfaces.
* progmodes/f90.el (f90-font-lock-keywords-2)
(f90-looking-at-type-like, f90-looking-at-program-block-end):
Handle F2003 named interfaces.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 06 Feb 2010 17:41:45 -0800 |
parents | 17f07853dd4d |
children | 3554839df1fc |
comparison
equal
deleted
inserted
replaced
107100:0afb47d42c74 | 107101:3b143add1364 |
---|---|
1 2010-02-07 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * progmodes/f90.el (f90-font-lock-keywords-2) | |
4 (f90-looking-at-type-like, f90-looking-at-program-block-end): | |
5 Handle F2003 named interfaces. | |
6 | |
1 2010-02-06 Chong Yidong <cyd@stupidchicken.com> | 7 2010-02-06 Chong Yidong <cyd@stupidchicken.com> |
2 | 8 |
3 * progmodes/cc-mode.el (c-common-init): Bind temporary variables | 9 * progmodes/cc-mode.el (c-common-init): Bind temporary variables |
4 beg and end before calling c-get-state-before-change-functions. | 10 beg and end before calling c-get-state-before-change-functions. |
5 | 11 |