diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-11 19:35:37 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-11 19:35:37 +0200 |
commit | b8815abbb64e41306c0820f59aca2e589a584ec3 (patch) | |
tree | 9b7fd06c59daea03ed07364380d5c52f1975874d /lisp/tooltip.el | |
parent | dcfed86cc6334a603c90014e25baa0940d438df4 (diff) | |
download | emacs-b8815abbb64e41306c0820f59aca2e589a584ec3.tar.gz emacs-b8815abbb64e41306c0820f59aca2e589a584ec3.tar.bz2 emacs-b8815abbb64e41306c0820f59aca2e589a584ec3.zip |
* lisp/tooltip.el: Use lexical-binding.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r-- | lisp/tooltip.el | 2 |
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. |