summaryrefslogtreecommitdiff
path: root/test/lisp/calendar/parse-time-tests.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-04-27 18:27:24 +0200
committerStefan Kangas <stefankangas@gmail.com>2020-04-27 18:27:24 +0200
commit1be8485d67ef36b1d50496008be47be3050cc1bd (patch)
treeab7c6aa990b6c1af84ef158a1c1053e136d25b83 /test/lisp/calendar/parse-time-tests.el
parent08408b13faa911b586ac0c181159ada452a942cc (diff)
downloademacs-1be8485d67ef36b1d50496008be47be3050cc1bd.tar.gz
emacs-1be8485d67ef36b1d50496008be47be3050cc1bd.tar.bz2
emacs-1be8485d67ef36b1d50496008be47be3050cc1bd.zip
Use lexical-binding in calendar tests
* test/lisp/calendar/icalendar-tests.el: * test/lisp/calendar/parse-time-tests.el: Use lexical-binding. * test/lisp/calendar/icalendar-tests.el (icalendar--format-ical-event) (icalendar--decode-isodatetime, icalendar-tests--do-test-import) (icalendar-tests--decode-isodatetime): Silence byte-compiler.
Diffstat (limited to 'test/lisp/calendar/parse-time-tests.el')
-rw-r--r--test/lisp/calendar/parse-time-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/calendar/parse-time-tests.el b/test/lisp/calendar/parse-time-tests.el
index 4924e8b072a..e1801a57307 100644
--- a/test/lisp/calendar/parse-time-tests.el
+++ b/test/lisp/calendar/parse-time-tests.el
@@ -1,4 +1,4 @@
-;; parse-time-tests.el --- Test suite for parse-time.el
+;; parse-time-tests.el --- Test suite for parse-time.el -*- lexical-binding:t -*-
;; Copyright (C) 2016-2020 Free Software Foundation, Inc.