Mercurial > emacs
changeset 23732:11303d1d8120
(fortran-end-prog-re): Fix typo.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 18 Nov 1998 19:19:09 +0000 |
parents | 4a59cd72d6dd |
children | e963fc8ca03f |
files | lisp/progmodes/fortran.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/fortran.el Wed Nov 18 18:42:34 1998 +0000 +++ b/lisp/progmodes/fortran.el Wed Nov 18 19:19:09 1998 +0000 @@ -913,8 +913,8 @@ \\([ \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'."