diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-05-13 12:13:52 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-05-13 12:13:52 +0200 |
commit | ac298baa0edf1426f2d46811b113f338f695e04c (patch) | |
tree | 375bfac23cf3dae8d067fdcc5c820c8c4c6b1b75 | |
parent | 41e6682eb6c2dc994202120b3d85c1b6122f30e4 (diff) | |
download | emacs-ac298baa0edf1426f2d46811b113f338f695e04c.tar.gz |
Use lexical-binding in t-mouse.el
* lisp/t-mouse.el: Use lexical-binding.
-rw-r--r-- | lisp/t-mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/t-mouse.el b/lisp/t-mouse.el index fc174176cd6..a1af53d8c46 100644 --- a/lisp/t-mouse.el +++ b/lisp/t-mouse.el @@ -1,4 +1,4 @@ -;;; t-mouse.el --- mouse support within the text terminal +;;; t-mouse.el --- mouse support within the text terminal -*- lexical-binding:t -*- ;; Author: Nick Roberts <nickrob@gnu.org> ;; Maintainer: emacs-devel@gnu.org |