diff options
| author | Glenn Morris | 2012-06-11 17:07:58 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-06-11 17:07:58 -0400 |
| commit | 09e06855caeb0ca4fe201c39264a5fc1463da3ab (patch) | |
| tree | b84368d9280c6e3160f7555f1c6db201d0007aac /lisp/ChangeLog | |
| parent | 2eb87922965ced71c59e9ce6ae2e90afc0c8f421 (diff) | |
| download | emacs-09e06855caeb0ca4fe201c39264a5fc1463da3ab.tar.gz emacs-09e06855caeb0ca4fe201c39264a5fc1463da3ab.zip | |
Change face used for fortran.el directives
* lisp/progmodes/fortran.el (fortran-font-lock-keywords-3):
Use preprocessor face for directives.
(fortran-directive-re): Doc fix.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cbc75182f0f..c3930f27a6d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-06-11 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/fortran.el (fortran-font-lock-keywords-3): | ||
| 4 | Use preprocessor face for directives. | ||
| 5 | (fortran-directive-re): Doc fix. | ||
| 6 | |||
| 1 | 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent | 9 | * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent |