diff options
| author | Glenn Morris <rgm@gnu.org> | 2002-05-12 13:40:26 +0000 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2002-05-12 13:40:26 +0000 |
| commit | a68c540047dfe22663355bc7e65d55b58c01a49c (patch) | |
| tree | bfa79e7df909ccd7a82ee22772cccedf987007f4 /lisp | |
| parent | 8edfcc7dddddc07cfc64ccd7c3950fc1e29a304d (diff) | |
| download | emacs-a68c540047dfe22663355bc7e65d55b58c01a49c.tar.gz | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf3f845648c..2424d75a37e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk> + + * progmodes/fortran.el (fortran-preprocessor-re): New variable. + Use it for font-locking and indentation. + (fortran-previous-statement, fortran-next-statement): Make them + skip over preprocessor lines. + (fortran-calculate-indent): Use fortran-preprocessor-re. + 2002-05-10 Kim F. Storm <storm@cua.dk> * emulation/cua-base.el (cua-enable-cua-keys) |
