aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-06-11 17:07:58 -0400
committerGlenn Morris2012-06-11 17:07:58 -0400
commit09e06855caeb0ca4fe201c39264a5fc1463da3ab (patch)
treeb84368d9280c6e3160f7555f1c6db201d0007aac /lisp/ChangeLog
parent2eb87922965ced71c59e9ce6ae2e90afc0c8f421 (diff)
downloademacs-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/ChangeLog6
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 @@
12012-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
12012-06-11 Stefan Monnier <monnier@iro.umontreal.ca> 72012-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