]> git.eshelyaron.com Git - emacs.git/commit
Use lexical-binding in lpr.el and add rudimentary tests
authorStefan Kangas <stefan@marxist.se>
Tue, 30 Mar 2021 21:09:14 +0000 (23:09 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 30 Mar 2021 21:11:24 +0000 (23:11 +0200)
commitd3aac3b34cc730b8a30ede34b0c77864f8f5a4b5
tree09b6cc033e3726b588425bc53e5ba24e6ae9d6b7
parent4f3c9df047c3741160d717ad647d8754f3f01dcf
Use lexical-binding in lpr.el and add rudimentary tests

* lisp/lpr.el: Use lexical-binding.  Remove redundant :group args.
(print-region-function): Declare MS-Windows specific function.
* test/lisp/lpr-tests.el: New file.
lisp/lpr.el
test/lisp/lpr-tests.el [new file with mode: 0644]