immerrr / lua-mode

Emacs major mode for editing Lua
http://immerrr.github.io/lua-mode
GNU General Public License v3.0
316 stars 74 forks source link

No longer quote a lambda #207

Closed tarsius closed 1 year ago

tarsius commented 1 year ago

Emacs v30's byte-compiler started to warn:

lib/lua-mode/lua-mode.el:333:10: Warning: (lambda (sym) ...)
quoted with ' rather than with #'

There is no need to quote at all.

immerrr commented 1 year ago

Agreed, thanks!