From 06373c15248292f924925b6e7344e51ac6708d5f Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 21 Oct 2020 17:00:11 +0200 Subject: [PATCH] * lisp/time.el: Use lexical-binding. --- lisp/time.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/time.el b/lisp/time.el index 440f8ac9c6b..63773d42048 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -1,4 +1,4 @@ -;;; time.el --- display time, load and mail indicator in mode line of Emacs +;;; time.el --- display time, load and mail indicator in mode line of Emacs -*- lexical-binding: t -*- ;; Copyright (C) 1985-1987, 1993-1994, 1996, 2000-2020 Free Software ;; Foundation, Inc. -- 2.39.2