]> git.eshelyaron.com Git - emacs.git/commit
Use lexical-binding in rx.el
authorMattias Engdegård <mattiase@acm.org>
Thu, 14 Feb 2019 12:20:08 +0000 (13:20 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 14 Feb 2019 14:28:58 +0000 (15:28 +0100)
commite2050920819aab658171e8c6af4a9e0ad322fcfa
treecbd0c356065fc209729fd2a10c05ae030e1e346f
parent959ba6ea79f1d348b0be294656d5b5a83371f4fb
Use lexical-binding in rx.el

* lisp/emacs-lisp/rx.el: Use lexical-binding.
(rx-form): Use `let' to bind the dynamic variable `rx-parent' instead
of binding it as an argument.
lisp/emacs-lisp/rx.el