[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: lexical binding changes symbol standard-value property
From: |
Drew Adams |
Subject: |
RE: lexical binding changes symbol standard-value property |
Date: |
Wed, 29 Jun 2016 08:10:47 -0700 (PDT) |
> (car (get 'dummy-var 'standard-value))
> ;; => (funcall (function (closure (t) nil t)))
>
> Why is the standard-value property of dummy-var changing? I kinda need it to
> be consistent...
>
> I can resolve with:
> (eval (car (get 'dummy-var 'standard-value)
> ;; => t
> ...but not sure about using (eval ...)
>
> Ideas?
Kinda looks like a bug, to me.