summaryrefslogtreecommitdiff
path: root/lisp/calendar
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-05-13 01:30:51 +0200
committerStefan Kangas <stefankangas@gmail.com>2020-05-13 01:34:22 +0200
commitcf453495898a5f67d4d02e6d8980f148ee87c37f (patch)
treed36906cfec5973a7d94667b24bcf2c63688e8b9c /lisp/calendar
parenta87cd10935b03e3db713a73ddcfa13e51d0a964c (diff)
downloademacs-cf453495898a5f67d4d02e6d8980f148ee87c37f.tar.gz
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.el2
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.