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:
parent
e561d14900
commit
0db56a335c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue