From b8815abbb64e41306c0820f59aca2e589a584ec3 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 11 Oct 2020 19:35:37 +0200 Subject: [PATCH] * lisp/tooltip.el: Use lexical-binding. --- lisp/tooltip.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/tooltip.el b/lisp/tooltip.el index 5f5a4788b26..00d21666c23 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -1,4 +1,4 @@ -;;; tooltip.el --- show tooltip windows +;;; tooltip.el --- show tooltip windows -*- lexical-binding:t -*- ;; Copyright (C) 1997, 1999-2020 Free Software Foundation, Inc. -- 2.39.5