unused vars. Treat byte-constant2 like byte-constant. Fix bogus
comparison of opcode with operand.
+2000-10-02 Dave Love <fx@gnu.org>
+
+ * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
+ unused vars. Treat byte-constant2 like byte-constant. Fix bogus
+ comparison of opcode with operand.
+
2000-10-03 Miles Bader <miles@gnu.org>
* play/yow.el (yow): Don't display multi-line quotations in a *Help*
(defun byte-optimize-lapcode (lap &optional for-effect)
"Simple peephole optimizer. LAP is both modified and returned."
- (let (lap0 off0
- lap1 off1
- lap2 off2
+ (let (lap0
+ lap1
+ lap2
(keep-going 'first-time)
(add-depth 0)
rest tmp tmp2 tmp3