diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-12-08 11:21:13 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-12-08 11:26:33 +0100 |
commit | 19c0afd0adea40dadc4f21c00482cfff9e868399 (patch) | |
tree | a753f34ae009853f357b808f040152050ec0f8f2 /lisp/timezone.el | |
parent | bdf8dd25e658eb5b1921f5e386eac0a0285707fc (diff) | |
download | emacs-19c0afd0adea40dadc4f21c00482cfff9e868399.tar.gz emacs-19c0afd0adea40dadc4f21c00482cfff9e868399.tar.bz2 emacs-19c0afd0adea40dadc4f21c00482cfff9e868399.zip |
; * lisp/timezone.el: Fix typo in lexical-binding cookie.
Reported by Xu Chunyang <xuchunyang56@gmail.com>.
Diffstat (limited to 'lisp/timezone.el')
-rw-r--r-- | lisp/timezone.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |