From c407b54cf37ae56f65a75f5238f86898be7d8159 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 28 Jan 2021 18:35:45 +0100 Subject: [PATCH] * lisp/ezimage.el: Use lexical-binding. --- lisp/ezimage.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ezimage.el b/lisp/ezimage.el index 9c1d8599101..13f5c039a7f 100644 --- a/lisp/ezimage.el +++ b/lisp/ezimage.el @@ -1,4 +1,4 @@ -;;; ezimage --- Generalized Image management +;;; ezimage.el --- Generalized Image management -*- lexical-binding: t -*- ;; Copyright (C) 1999-2021 Free Software Foundation, Inc. -- 2.39.5