summaryrefslogtreecommitdiff
path: root/lisp/tooltip.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-10-11 19:35:37 +0200
committerStefan Kangas <stefan@marxist.se>2020-10-11 19:35:37 +0200
commitb8815abbb64e41306c0820f59aca2e589a584ec3 (patch)
tree9b7fd06c59daea03ed07364380d5c52f1975874d /lisp/tooltip.el
parentdcfed86cc6334a603c90014e25baa0940d438df4 (diff)
downloademacs-b8815abbb64e41306c0820f59aca2e589a584ec3.tar.gz
* lisp/tooltip.el: Use lexical-binding.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r--lisp/tooltip.el2
1 files changed, 1 insertions, 1 deletions
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.