]> git.eshelyaron.com Git - emacs.git/commit
Boolean constant detection additions
authorMattias Engdegård <mattiase@acm.org>
Sun, 25 Sep 2022 15:47:39 +0000 (17:47 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 25 Sep 2022 16:05:13 +0000 (18:05 +0200)
commitb55b2f1c316ba6a488cc381513a17cf3eec27a0f
treededbf91334098c586634bce0e664d84538f0d965
parent197afa4de340679e18d7b91d50c82d2e14a2699b
Boolean constant detection additions

* lisp/emacs-lisp/byte-opt.el (byte-opt--bool-value-form):
`set` is boolean identity in its second argument.
(byte-compile-trueconstp): `set-marker` is always true.
lisp/emacs-lisp/byte-opt.el