From e959107a75e57f0c23354d1cc41873df0dd9f661 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 7 Mar 2021 05:01:42 +0100 Subject: [PATCH] * lisp/mouse-drag.el: Use lexical-binding. --- lisp/mouse-drag.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mouse-drag.el b/lisp/mouse-drag.el index b2960a4ccd3..b424b6edfe8 100644 --- a/lisp/mouse-drag.el +++ b/lisp/mouse-drag.el @@ -1,4 +1,4 @@ -;;; mouse-drag.el --- use mouse-2 to do a new style of scrolling +;;; mouse-drag.el --- use mouse-2 to do a new style of scrolling -*- lexical-binding: t -*- ;; Copyright (C) 1996-1997, 2001-2021 Free Software Foundation, Inc. -- 2.39.2