mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
Duplicate-word and spelling fixes.
This commit is contained in:
parent
090446227f
commit
5a5fa83428
21 changed files with 42 additions and 42 deletions
|
|
@ -1574,7 +1574,7 @@ If FOR-EFFECT is non-nil, the return value is assumed to be of no importance."
|
|||
;; stack-set-X+1 stack-ref-X --> dup stack-set-X+2
|
||||
;; but this is a very minor gain, since dup is stack-ref-0,
|
||||
;; i.e. it's only better if X>5, and even then it comes
|
||||
;; at the cost cost of an extra stack slot. Let's not bother.
|
||||
;; at the cost of an extra stack slot. Let's not bother.
|
||||
((and (eq 'byte-varref (car lap2))
|
||||
(eq (cdr lap1) (cdr lap2))
|
||||
(memq (car lap1) '(byte-varset byte-varbind)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue