*** empty log message ***
This commit is contained in:
parent
8edfcc7ddd
commit
a68c540047
2 changed files with 10 additions and 0 deletions
2
etc/NEWS
2
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'.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue