]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGlenn Morris <rgm@gnu.org>
Sun, 12 May 2002 13:40:26 +0000 (13:40 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 12 May 2002 13:40:26 +0000 (13:40 +0000)
etc/NEWS
lisp/ChangeLog

index 6b9c46a5a8e96eeb1705a675e5ff46181513496d..9ac54c53fbf4f9bb5e61b7f5be38f49e8292e0c0 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -585,6 +585,8 @@ in line with the output of other GNU tools.
 
 ** perl-mode has a new variable `perl-indent-continued-arguments'.
 
+** fortran-mode has a new variable `fortran-preprocessor-re'.
+
 ** `special-display-buffer-names' and `special-display-regexps' now
 understand two new boolean pseudo-frame-parameters `same-frame' and
 `same-window'.
index cf3f845648c967f6f0ed1304d0b171ed08481d93..2424d75a37e470f058ba025f70d0da5ef2462da2 100644 (file)
@@ -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)