From: Stefan Kangas Date: Sun, 7 Mar 2021 04:01:42 +0000 (+0100) Subject: * lisp/mouse-drag.el: Use lexical-binding. X-Git-Tag: emacs-28.0.90~3392 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e959107a75e57f0c23354d1cc41873df0dd9f661;p=emacs.git * lisp/mouse-drag.el: Use lexical-binding. --- 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.