Closed tarsius closed 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.
Agreed, thanks!
Emacs v30's byte-compiler started to warn:
There is no need to quote at all.