From 19c0afd0adea40dadc4f21c00482cfff9e868399 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 8 Dec 2020 11:21:13 +0100 Subject: [PATCH] ; * lisp/timezone.el: Fix typo in lexical-binding cookie. Reported by Xu Chunyang . --- lisp/timezone.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/timezone.el b/lisp/timezone.el index 8ba70f17fde..1b5e4226e2e 100644 --- a/lisp/timezone.el +++ b/lisp/timezone.el @@ -1,4 +1,4 @@ -;;; timezone.el --- time zone package for GNU Emacs -- lexical-binding: t -*- +;;; timezone.el --- time zone package for GNU Emacs -*- lexical-binding: t -*- ;; Copyright (C) 1990-1993, 1996, 1999, 2001-2020 Free Software ;; Foundation, Inc. -- 2.39.2