]> git.eshelyaron.com Git - emacs.git/commit
Move declaration of c-syntax-table-hwm to avoid compiler warnings.
authorAlan Mackenzie <acm@muc.de>
Thu, 13 Jun 2019 08:46:30 +0000 (08:46 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 13 Jun 2019 08:46:30 +0000 (08:46 +0000)
commit95c400a508c5571cb1318334a19e53839bc0c590
tree4ac3ed5a0efdd1977ee093ace344587188fc626d
parent4c3e78a9f4240bff6cf2bbc1f181dd167b712144
Move declaration of c-syntax-table-hwm to avoid compiler warnings.

This variable was declared after an invocation of a defsubst which used it,
the defsubst being in another file.

* lisp/progmodes/cc-mode (c-syntax-table-hwm): Move the declaration to earlier
in the file.
lisp/progmodes/cc-mode.el