changeset 45243:e9d89e57a781

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sun, 12 May 2002 13:40:26 +0000
parents 52d991be0698
children 3fe5828abc37
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sun May 12 13:31:31 2002 +0000
+++ b/etc/NEWS	Sun May 12 13:40:26 2002 +0000
@@ -585,6 +585,8 @@
 
 ** 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'.
--- a/lisp/ChangeLog	Sun May 12 13:31:31 2002 +0000
+++ b/lisp/ChangeLog	Sun May 12 13:40:26 2002 +0000
@@ -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)