Tags: patch
Hello,
Following up from
https://lists.gnu.org/archive/html/emacs-devel/2024-08/msg00904.html I'm
submitting a patch to fix Fortran indentation due to an overly aggressive match
for do loops.
In GNU Emacs 29.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33,
cairo version 1.1
Hi Eli,
On 2024-09-12 at 23:16 -07, Eli Zaretskii wrote...
>> --- a/lisp/progmodes/fortran.el
>> +++ b/lisp/progmodes/fortran.el
>> @@ -1631,7 +1631,7 @@ fortran-calculate-indent
>> (setq icol (+ icol fortran-if-indent)))
>>((looking-at "where[ \t]*(.*)[ \t]*\n")
>