1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* lisp/emacs-lisp/byte-opt.el (byte-optimize-lapcode): Fix mistake

This commit is contained in:
Mattias Engdegård 2025-10-25 14:45:47 +02:00
parent e561d14900
commit 0db56a335c

View file

@ -2187,7 +2187,7 @@ If FOR-EFFECT is non-nil, the return value is assumed to be of no importance."
(conditional-ops
'( byte-goto-if-nil byte-goto-if-not-nil byte-goto-if-nil-else-pop
byte-goto-if-not-nil-else-pop))
(conditional-or-discard-ops (cons 'discard conditional-ops))
(conditional-or-discard-ops (cons 'byte-discard conditional-ops))
;; Ops that can be sunk past an unbind.
;; This means they have to commute with anything else, which rules