From fcca5273e598fdf7813dd3adc077bd8c4cc05df5 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 29 Mar 2005 18:34:22 +0000 Subject: [PATCH] (f90-end-block-re, f90-start-block-re): Doc fix. Tweak regexp. (f90-beginning-of-block): Push mark first. --- lisp/progmodes/f90.el | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) 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) -- 2.39.5