]> git.eshelyaron.com Git - emacs.git/commit
* lisp/progmodes/antlr-mode.el: Fix bootstrap failure
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 Feb 2021 22:38:58 +0000 (17:38 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 Feb 2021 22:38:58 +0000 (17:38 -0500)
commitefe42c2b63de8ef5da3e6cb5f576fb5f6eea0281
tree42150851bbd31c4de48555a3216647a0ae72134f
parent97eec9db79443f99eecfd84af73e5249748b9796
* lisp/progmodes/antlr-mode.el: Fix bootstrap failure

(antlr-mode): Remove compatibility code with older CC-mode.
This somehow appears to fix the error:

    In antlr-mode:
    progmodes/antlr-mode.el:2426:20: Error: `c-init-language-vars' defined
        after use in (c-init-language-vars) (missing `require' of a library
        file?)
    progmodes/antlr-mode.el:2427:26: Warning: c-init-language-vars called
        with 0 arguments, but requires 1

No idea what caused the error to appear after the previous patch either.
lisp/progmodes/antlr-mode.el