cadadr / elisp

Göktuğ's Emacs Lisp programs
79 stars 21 forks source link

Feature request: in the `$` macro, silence the "Unused lexical variable `$*'" warning that comes up during byte compilation #64

Open hab25 opened 6 months ago

hab25 commented 6 months ago

Should be very simple, like https://github.com/emacs-mirror/emacs/blob/c6f2add964ce1ac69ba6705bc869ee2f447da3cb/lisp/eshell/esh-opt.el

hab25 commented 6 months ago

Woops, the previous link doesn't refer to the specific lines; here's the correct one: https://github.com/emacs-mirror/emacs/blob/c6f2add964ce1ac69ba6705bc869ee2f447da3cb/lisp/eshell/esh-opt.el#L116C8-L117C21