bug#3467: 23.0.94; let + make-local-variable => let value made global
Lennart Borgman <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jun 6, 2009 at 1:08 AM, Lennart Borgman<[email protected]> wrote: > > ... and defvar ... but I do not think there are any more uses of > specbinding's structure. Or does some allocation need to change? ... and let_shadows_buffer_binding_p which is a bit lonely without its sister let_shadows_frame_binding_p (or is such a sister not of any importance? I do not really know about frame local variables, but specbind seems to know) ...