summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-05-13 12:13:52 +0200
committerStefan Kangas <stefankangas@gmail.com>2020-05-13 12:13:52 +0200
commitac298baa0edf1426f2d46811b113f338f695e04c (patch)
tree375bfac23cf3dae8d067fdcc5c820c8c4c6b1b75
parent41e6682eb6c2dc994202120b3d85c1b6122f30e4 (diff)
downloademacs-ac298baa0edf1426f2d46811b113f338f695e04c.tar.gz
Use lexical-binding in t-mouse.el
* lisp/t-mouse.el: Use lexical-binding.
-rw-r--r--lisp/t-mouse.el2
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