From 0a3a1c190a81e39b37fd9f23731f1cd9e4d7a84a Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 18 Nov 1998 19:19:09 +0000 Subject: [PATCH] (fortran-end-prog-re): Fix typo. --- lisp/progmodes/fortran.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index e8083455953..d32e547ba9d 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el @@ -913,8 +913,8 @@ Auto-indent does not happen if a numeric ARG is used." \\([ \t]*\\(\\sw\\|\\s_\\)+\\)?\\)?") (defvar fortran-end-prog-re - "Regexp possibly marking subprogram end." - (concat "^[ \t0-9]*" fortran-end-prog-re1)) + (concat "^[ \t0-9]*" fortran-end-prog-re1) + "Regexp possibly marking subprogram end.") (defun fortran-check-end-prog-re () "Check a preliminary match against `fortran-end-prog-re'." -- 2.39.2