pascal-set-auto-comments

pascal-set-auto-comments is a compiled Lisp function in `pascal.el'.

(pascal-set-auto-comments)

Insert `{ case }' or `{ NAME }' on this line if appropriate.
Insert `{ case }' if there is an `end' on the line which
ends a case block. Insert `{ NAME }' if there is an `end'
on the line which ends a function or procedure named NAME.