]> git.eshelyaron.com Git - emacs.git/commit
Accept lexical lambda in auto-insert-alist
authorMattias Engdegård <mattiase@acm.org>
Mon, 22 Jun 2020 11:07:37 +0000 (13:07 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 22 Jun 2020 11:07:37 +0000 (13:07 +0200)
commit8ef84632c24192a71cec89a859b064925ed5aca2
tree9eb4d5e2094d40aef1d7f5a57f791dc4d7736bef
parent62426057310b2332037a26e6f70cd5cc8b2e3a11
Accept lexical lambda in auto-insert-alist

This bug was exposed by a previous removal of quoting around lambda
expressions in autoinsert-tests.el (1ecd350f38ee), which caused some
of those tests to fail.

* lisp/autoinsert.el (auto-insert): Cope with lexical closures.
lisp/autoinsert.el