* lisp/progmodes/pascal.el (pascal--syntax-propertize): New const.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 5 May 2013 02:26:38 +0000 (22:26 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 5 May 2013 02:26:38 +0000 (22:26 -0400)
commitaa7dab9754fc8f481520f94dd015450928f34446
tree074afab521c92ed26e26c6b37ee2d879fe73994e
parentcbee2131718baa6389713bb551bcfd5c72b39035
* lisp/progmodes/pascal.el (pascal--syntax-propertize): New const.
(pascal-mode): Use it.  Use setq-local.
(pascal-font-lock-keywords): Use backquotes.
Merge the two entries that handle function definitions.
* test/indent/pascal.pas: Add test for mis-identified comments.
lisp/ChangeLog
lisp/progmodes/pascal.el
test/ChangeLog
test/indent/pascal.pas