diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-05-13 01:30:51 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-05-13 01:34:22 +0200 |
commit | cf453495898a5f67d4d02e6d8980f148ee87c37f (patch) | |
tree | d36906cfec5973a7d94667b24bcf2c63688e8b9c /lisp/calendar | |
parent | a87cd10935b03e3db713a73ddcfa13e51d0a964c (diff) | |
download | emacs-cf453495898a5f67d4d02e6d8980f148ee87c37f.tar.gz emacs-cf453495898a5f67d4d02e6d8980f148ee87c37f.tar.bz2 emacs-cf453495898a5f67d4d02e6d8980f148ee87c37f.zip |
Use lexical-binding in cal-julian.el and add tests
* lisp/calendar/cal-julian.el: Use lexical-binding.
* test/lisp/calendar/cal-julian-tests.el: New file.
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/cal-julian.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/cal-julian.el b/lisp/calendar/cal-julian.el index 1c741317803..0458c11920e 100644 --- a/lisp/calendar/cal-julian.el +++ b/lisp/calendar/cal-julian.el @@ -1,4 +1,4 @@ -;;; cal-julian.el --- calendar functions for the Julian calendar +;;; cal-julian.el --- calendar functions for the Julian calendar -*- lexical-binding:t -*- ;; Copyright (C) 1995, 1997, 2001-2020 Free Software Foundation, Inc. |