mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
Make mouse-wheel-scroll-amount consistent among platforms
* lisp/term/ns-win.el (mouse-wheel-scroll-amount): Do not put any values on mouse-wheel-scroll-amount on ns.
This commit is contained in:
parent
348657cc21
commit
9f4c945b5c
1 changed files with 0 additions and 4 deletions
|
|
@ -745,10 +745,6 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
|
|||
(string-to-number (match-string 1 ns-version-string)))))
|
||||
;; Appkit 1138 ~= macOS 10.7.
|
||||
(when (>= appkit-version 1138)
|
||||
(setq mouse-wheel-scroll-amount '(1 ((shift) . 5) ((control))))
|
||||
(put 'mouse-wheel-scroll-amount 'customized-value
|
||||
(list (custom-quote (symbol-value 'mouse-wheel-scroll-amount))))
|
||||
|
||||
(setq mouse-wheel-progressive-speed nil)
|
||||
(put 'mouse-wheel-progressive-speed 'customized-value
|
||||
(list (custom-quote
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue