]> git.eshelyaron.com Git - emacs.git/commit
Add types to some no-type tokes in js.wy
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 18 Jun 2019 01:04:00 +0000 (03:04 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 18 Jun 2019 09:33:40 +0000 (11:33 +0200)
commit57cf71511362398853a74c48cda1d935a009df7a
tree7ec7cd4ab6e892af067d45d7430a4f5ebadc2e25
parent010db58e03cbd7e65576cc107db08ebd2ab4086d
Add types to some no-type tokes in js.wy

* admin/grammars/js.wy: Add types to the FALSE, TRUE and QUERY tokens.

Without the types, you'd get the warning

*Warning* default value of <<no-type>> tokens changed to QUERY, was NULL_TOKEN
*Warning* default value of <<no-type>> tokens changed to TRUE, was QUERY
*Warning* default value of <<no-type>> tokens changed to FALSE, was TRUE

I think this should be harmless, and it doesn't seem to break handling
.js files.
admin/grammars/js.wy