From: Glenn Morris Date: Tue, 29 Mar 2005 18:34:22 +0000 (+0000) Subject: (f90-end-block-re, f90-start-block-re): Doc fix. Tweak regexp. X-Git-Tag: ttn-vms-21-2-B4~1384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fcca5273e598fdf7813dd3adc077bd8c4cc05df5;p=emacs.git (f90-end-block-re, f90-start-block-re): Doc fix. Tweak regexp. (f90-beginning-of-block): Push mark first. --- diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index fdb7fffac6c..4c8b847b7cd 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el @@ -597,41 +597,32 @@ characters long.") ;; Hideshow support. (defconst f90-end-block-re - (concat "^[ \t0-9]*\\[ \t]*" + (concat "^[ \t0-9]*\\\\)\\)\\)\\ count 0) (re-search-backward f90-blocks-re nil 'move)) (beginning-of-line)