]> git.eshelyaron.com Git - emacs.git/commit
Use lexical-binding in lunar.el and add tests
authorStefan Kangas <stefankangas@gmail.com>
Sun, 7 Jun 2020 17:57:45 +0000 (19:57 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 7 Jun 2020 17:57:45 +0000 (19:57 +0200)
commit80abaea1d9c6f1e53fe88befe16de3b219cdd919
treea4d5a8f708714b4143333954bfc00468f68998f7
parent53fba73ff2599d2e5f06927d474311dc987a4c4d
Use lexical-binding in lunar.el and add tests

* lisp/calendar/lunar.el: Use lexical-binding.
(lunar-phases, diary-lunar-phases): Silence byte-compiler.
* test/lisp/calendar/lunar-tests.el: New file.
lisp/calendar/lunar.el
test/lisp/calendar/lunar-tests.el [new file with mode: 0644]