aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/byte-opt.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index 93d76c52076..5215e6e9db7 100644
--- a/lisp/emacs-lisp/byte-opt.el
+++ b/lisp/emacs-lisp/byte-opt.el
@@ -534,7 +534,6 @@
534 (eq tmp 'error-free) 534 (eq tmp 'error-free)
535 ;; Detect the expansion of (pop foo). 535 ;; Detect the expansion of (pop foo).
536 ;; There is no need to compile the call to `car' there. 536 ;; There is no need to compile the call to `car' there.
537 (progn (setq foo (list form fn)) nil)
538 (and (eq fn 'car) 537 (and (eq fn 'car)
539 (eq (car-safe (cadr form)) 'prog1) 538 (eq (car-safe (cadr form)) 'prog1)
540 (let ((var (cadr (cadr form))) 539 (let ((var (cadr (cadr form)))