]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove spurious debugging code.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 9 Apr 2007 16:33:01 +0000 (16:33 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 9 Apr 2007 16:33:01 +0000 (16:33 +0000)
lisp/emacs-lisp/byte-opt.el

index 93d76c52076da0703329e69bea02ec74375f28e0..5215e6e9db7ac9b704a82ac5d7fc1811ec164f9d 100644 (file)
                    (eq tmp 'error-free)
                    ;; Detect the expansion of (pop foo).
                    ;; There is no need to compile the call to `car' there.
-                   (progn (setq foo (list form fn)) nil)
                    (and (eq fn 'car)
                         (eq (car-safe (cadr form)) 'prog1)
                         (let ((var (cadr (cadr form)))