]> git.eshelyaron.com Git - emacs.git/commit
ls-lisp: Add an unload function and enable lexical binding
authorTino Calancha <tino.calancha@gmail.com>
Tue, 25 Jul 2017 05:53:44 +0000 (14:53 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Tue, 25 Jul 2017 05:53:44 +0000 (14:53 +0900)
commit565cfd9f6c19e4d2aa318efdf19bdc56175bd153
treeff6634e072243860a154841d04cb4f86942b081e
parent35954cb92b8cd4ad093756d171688343bab02c2e
ls-lisp: Add an unload function and enable lexical binding

Enable lexical binding.
* lisp/ls-lisp.el (ls-lisp-unload-function): New defun.
* test/lisp/ls-lisp.el (ls-lisp-unload): Add test.
lisp/ls-lisp.el
test/lisp/ls-lisp.el [new file with mode: 0644]