]> git.eshelyaron.com Git - emacs.git/commit
(byte-optimize-form-code-walker): Simplify a bit
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 25 Mar 2024 02:13:44 +0000 (22:13 -0400)
committerEshel Yaron <me@eshelyaron.com>
Wed, 27 Mar 2024 20:38:45 +0000 (21:38 +0100)
commitccaa42a367047352ef8a65c750c625d4ff3cdc51
treebb0bf5337d2d94d71e6587309e22144b7ceef261
parent1d0458c0352d11fafd3e7c219663381caf4057ac
(byte-optimize-form-code-walker): Simplify a bit

Eliminate a case that matches very rarely and where the default
handling works just as well anyway.

* lisp/emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
redundant case.

(cherry picked from commit 83a6e80d66a4c6333e2bbb21d0428c432ddca881)
lisp/emacs-lisp/byte-opt.el