# HG changeset patch # User Richard M. Stallman # Date 762560927 0 # Node ID 3c66892f00833911a18bf4a5a37c93873f78c10e # Parent 6e9a078b16bd26e7338d6cdf69d775f08bf448b5 (pascal-sub-block-re): Recognize for and with. diff -r 6e9a078b16bd -r 3c66892f0083 lisp/progmodes/pascal.el --- a/lisp/progmodes/pascal.el Tue Mar 01 15:59:45 1994 +0000 +++ b/lisp/progmodes/pascal.el Tue Mar 01 22:28:47 1994 +0000 @@ -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