]> git.eshelyaron.com Git - emacs.git/commit
Make `make-local-variable' declare the var locally dynamic
authorMichael Heerdegen <michael_heerdegen@web.de>
Thu, 9 Apr 2020 23:21:33 +0000 (01:21 +0200)
committerMichael Heerdegen <michael_heerdegen@web.de>
Thu, 30 Apr 2020 18:50:33 +0000 (20:50 +0200)
commit0c899eede338e8e1e349ddcdaf88723569d48f8d
treef9b987d4481eaef7c6184b11d416f060d696b014
parent691f19798a228f3d3cd031b9179311c5cf8394f5
Make `make-local-variable' declare the var locally dynamic

The only effect of this change is to get rid of some unnecessary
"assignment to free variable" warnings.

* lisp/emacs-lisp/bytecomp.el (byte-compile-make-local-variable): New
function.
lisp/emacs-lisp/bytecomp.el