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

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

bug#24171: 25.1; Bytecode returns nil instead of expected closure


From: Michael Heerdegen
Subject: bug#24171: 25.1; Bytecode returns nil instead of expected closure
Date: Tue, 09 Aug 2016 05:26:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> IOW I intend to install it into master.

master sounds good to me.

But wait, what's this:

(defun test ()
  (let ((x 1))
    (let ((x 2)
          (f (function (lambda (y) (/ y x)))))
      (funcall f x))))

(test) => 2

compile...

(test) ==> 1 ?


Thanks,

Michael.





reply via email to

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