]> git.eshelyaron.com Git - emacs.git/commit
Restore antlr-mode's intended mode-name construct fix/bug-2034
authorPhil Sainty <psainty@orcon.net.nz>
Sat, 7 Jul 2018 09:09:24 +0000 (21:09 +1200)
committerPhil Sainty <psainty@orcon.net.nz>
Sat, 7 Jul 2018 13:20:10 +0000 (01:20 +1200)
commit9823f299bd556010b4cd8c4093c7b9f408fa5ff7
treee8667d0c3a10d00c58119f736128e218d6a4ffe3
parent6a4477d057e8e35698c34193e928089290b16a58
Restore antlr-mode's intended mode-name construct

* lisp/progmodes/antlr-mode.el (antlr-mode): Restore antlr-mode's
intended mode-name, as CC mode now supports arbitrary mode line
constructs.

Note that the NAME supplied to 'define-derived-mode' should be a
string, so the original (commented) code wasn't quite right.
lisp/progmodes/antlr-mode.el