diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-09-02 23:11:27 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-09-02 23:18:02 +0200 |
commit | 18ae12e053c8e4dd7ea21f8d94a7f51a78648e64 (patch) | |
tree | 230bd008b22e1617152bd338dfcc5d4eb4d02f8e /lisp/mwheel.el | |
parent | 76e8d935a72c14037b44cff0a929b4f71b65bcf1 (diff) | |
download | emacs-18ae12e053c8e4dd7ea21f8d94a7f51a78648e64.tar.gz |
Use lexical-binding in mwheel.el
Diffstat (limited to 'lisp/mwheel.el')
-rw-r--r-- | lisp/mwheel.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mwheel.el b/lisp/mwheel.el index 3775eefc4f3..3b93bd1d5e4 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el @@ -1,4 +1,4 @@ -;;; mwheel.el --- Wheel mouse support +;;; mwheel.el --- Mouse wheel support -*- lexical-binding:t -*- ;; Copyright (C) 1998, 2000-2020 Free Software Foundation, Inc. ;; Keywords: mouse |