]> git.eshelyaron.com Git - emacs.git/commit
Fix url-cookie.el for lexical binding
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 29 Mar 2020 19:56:05 +0000 (21:56 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 29 Mar 2020 19:57:09 +0000 (21:57 +0200)
commit461bd9cc20b778b934ecbd276f4905fedb7d8c18
treeac48b20c43310b6860d23324ffc86913e6968266
parentf3ccfb19261172f94e5d77c8ed182f74f83045f6
Fix url-cookie.el for lexical binding

* lisp/url/url-cookie.el (url-cookie-handle-set-cookie): Use setq
instead of set to modify lexical binding.
lisp/url/url-cookie.el