clojure-emacs / clojure-mode

Emacs support for the Clojure(Script) programming language
910 stars 246 forks source link

Set lexical-binding in clojure-mode-font-lock-test.el #678

Closed snogge closed 7 months ago

snogge commented 7 months ago

Must have been moved to the second line by a well-meaning fill operation. Unfortunately, it has no effect on the second line and the tests broke on buttercup 1.34.

See https://bugs.gentoo.org/926084 as reported in https://github.com/jorgenschaefer/emacs-buttercup/issues/243

bbatsov commented 7 months ago

Thanks for spotting and fixing this!