pascal-auto-lineup

pascal-auto-lineup is a variable defined in `pascal.el'.
Its value is
(all)


Documentation:
List of contexts where auto lineup of :'s or ='s should be done.
Elements can be of type: 'paramlist', 'declaration' or 'case', which will
do auto lineup in parameterlist, declarations or case-statements
respectively. The word 'all' will do all lineups. '(case paramlist) for
instance will do lineup in case-statements and parameterlist, while '(all)
will do all lineups.

You can customize this variable.