]> git.eshelyaron.com Git - emacs.git/commit
Fix help-form binding in dired-create-files
authorMichael Heerdegen <michael_heerdegen@web.de>
Tue, 4 Sep 2018 20:00:11 +0000 (22:00 +0200)
committerMichael Heerdegen <michael_heerdegen@web.de>
Sat, 20 Oct 2018 16:51:38 +0000 (18:51 +0200)
commit1531bca523ea84c20eec9ce1dde0202a78956313
treef2f2e3e57cf40253a553673d0762851c0b9dd56a
parentcf7932712a1dac49fb299b20762d2f3329f9786b
Fix help-form binding in dired-create-files

This fixes Bug#32630: since "dired-aux" moved to lexical binding mode,
the free variable TO in the constructed HELP-FORM got out of scope of
the surrounding 'let'.

* lisp/dired-aux.el (dired-create-files): Make the binding of
HELP-FORM a string.
lisp/dired-aux.el