emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: naming of 26.1 mwheel- user options


From: Tak Kunihiro
Subject: Re: naming of 26.1 mwheel- user options
Date: Fri, 2 Mar 2018 11:56:33 +0900

> I also wonder, why are mwheel-scroll-left-function and
> mwheel-scroll-right-function user options, when the pre-existing
> mwheel-scroll-up-function and mwheel-scroll-down-function aren't?

I think I was not carefull enough.
I have no argument to change those two from defcustom to defvar.

From
(defcustom mwheel-scroll-left-function 'scroll-left)
(defcustom mwheel-scroll-right-function 'scroll-right)

To
(defvar mwheel-scroll-left-function 'scroll-left)
(defvar mwheel-scroll-right-function 'scroll-right)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]