bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1334: 23.0.60; bug of bytecomp arithmetic operations


From: Chong Yidong
Subject: bug#1334: 23.0.60; bug of bytecomp arithmetic operations
Date: Fri, 21 Nov 2008 02:40:12 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Thanks.  I'm looking through your changes.

!      ;; (- 0 x) --> (- x)
!      ((and (eq (nth 1 form) 0) (= (length form) 3))
!       (setq form (list '- (nth 1 form))))

Shouldn't this be (nth 2 form) on the last line?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]