* lisp/progmodes/m4-mode.el (m4-syntax-propertize): New var.
commit8d56586d0a2ec4af423fe6fb0b2d344a04371ff8
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 15 Oct 2014 15:28:35 +0000 (15 11:28 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 15 Oct 2014 15:28:35 +0000 (15 11:28 -0400)
tree47a7aacc39c30447283846b05cea8ac465c0a4ee
parentd7b601108d48e2508ce1bcbd5bacb2d8e0bd0f78
* lisp/progmodes/m4-mode.el (m4-syntax-propertize): New var.
(m4-mode): Use it.
(m4--quoted-p): New function.
(m4-font-lock-keywords): Don't handle #..\n comments any more.
(m4-mode-syntax-table): Use punctuation syntax (according to m4 manual)
for most special characters.
lisp/ChangeLog
lisp/progmodes/m4-mode.el