From: Glenn Morris Date: Sun, 12 May 2002 13:40:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~15097 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a68c540047dfe22663355bc7e65d55b58c01a49c;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 6b9c46a5a8e..9ac54c53fbf 100644 --- 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'. 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 + + * 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 * emulation/cua-base.el (cua-enable-cua-keys)