]> git.eshelyaron.com Git - emacs.git/commit
* lisp/msb.el: Use lexical-binding
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 6 Apr 2021 04:26:38 +0000 (00:26 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 6 Apr 2021 04:26:38 +0000 (00:26 -0400)
commite0c3925961c17ed4920c3f7ca72e7c513766cb91
treea618efaecb16e5f461912594a3c6869ff84cdb95
parent7b0a5a555f4986b743275756f61c18fef62873ac
* lisp/msb.el: Use lexical-binding

Remove redundant `:group` args.
(msb--add-to-menu): Strength-reduce `eval` to `symbol-value` and use `push`.
(msb--create-sort-item): Strength-reduce `eval` to `symbol-value`.
(msb-menu-bar-update-buffers): Replace `(lambda...) with a proper closure.
lisp/msb.el