# HG changeset patch # User Richard M. Stallman # Date 729980997 0 # Node ID 83fc53d66a3117b5140810c793584f51637cfa92 # Parent 436edc3e74f682bbcdeb14a13885cd60b207a004 (byte-compile-lambda): Test of byte-compile-compatibility was backwards. diff -r 436edc3e74f6 -r 83fc53d66a31 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Tue Feb 16 06:36:30 1993 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Wed Feb 17 20:29:57 1993 +0000 @@ -1681,9 +1681,10 @@ (byte-compile-warn "malformed interactive spec: %s" (prin1-to-string int)))))) (let ((compiled (byte-compile-top-level (cons 'progn body) nil 'lambda))) + (setq foo compiled) (if (and (eq 'byte-code (car-safe compiled)) - (byte-compile-version-cond - byte-compile-compatibility)) + (not (byte-compile-version-cond + byte-compile-compatibility))) (apply 'make-byte-code (append (list arglist) ;; byte-string, constants-vector, stack depth