From: Stefan Kangas Date: Sun, 11 Oct 2020 17:35:37 +0000 (+0200) Subject: * lisp/tooltip.el: Use lexical-binding. X-Git-Tag: emacs-28.0.90~5675 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8815abbb64e41306c0820f59aca2e589a584ec3;p=emacs.git * lisp/tooltip.el: Use lexical-binding. --- 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.