From ac298baa0edf1426f2d46811b113f338f695e04c Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 13 May 2020 12:13:52 +0200 Subject: [PATCH] Use lexical-binding in t-mouse.el * lisp/t-mouse.el: Use lexical-binding. --- lisp/t-mouse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; Maintainer: emacs-devel@gnu.org -- 2.39.2