1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(fortran-check-end-prog-re): Allow trailing

comment.
This commit is contained in:
Dave Love 1998-12-09 16:38:37 +00:00
parent 65cb17d590
commit bd6cabcf14

View File

@ -925,7 +925,7 @@ Auto-indent does not happen if a numeric ARG is used."
;; Having got a possible match for the subprogram end, we need a
;; match of whitespace, avoiding possible column 73+ stuff.
(save-match-data
(string-match "^\\s-*\\'"
(string-match "^\\s-*\\(\\'\\|\\s<\\)"
(buffer-substring (match-end 0)
(min (line-end-position)
(+ 72 (line-beginning-position)))))))