From: Richard M. Stallman Date: Tue, 1 Mar 1994 22:28:47 +0000 (+0000) Subject: (pascal-sub-block-re): Recognize for and with. X-Git-Tag: emacs-19.34~9729 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e0dd87e24ad7c8ef7cacacde49b22565b935cd7;p=emacs.git (pascal-sub-block-re): Recognize for and with. --- diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el index 469c9c1a9ce..510c78f3b24 100644 --- a/lisp/progmodes/pascal.el +++ b/lisp/progmodes/pascal.el @@ -112,7 +112,7 @@ (defconst pascal-end-block-re "\\<\\(end\\|until\\)\\>") (defconst pascal-declaration-re "\\<\\(const\\|label\\|type\\|var\\)\\>") (defconst pascal-defun-re "\\<\\(function\\|procedure\\|program\\)\\>") -(defconst pascal-sub-block-re "\\<\\(if\\|else\\|while\\)\\>") +(defconst pascal-sub-block-re "\\<\\(if\\|else\\|for\\|while\\|with\\)\\>") (defconst pascal-noindent-re "\\<\\(begin\\|end\\|until\\)\\>") (defconst pascal-nosemi-re "\\<\\(begin\\|repeat\\|then\\|do\\|else\\)\\>") (defconst pascal-autoindent-lines-re