emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 9f4c945: Make mouse-wheel-scroll-amount consistent


From: Alan Third
Subject: [Emacs-diffs] master 9f4c945: Make mouse-wheel-scroll-amount consistent among platforms
Date: Fri, 7 Jun 2019 14:29:41 -0400 (EDT)

branch: master
commit 9f4c945b5cfb2e26a65ca10453591536c8fb0ff4
Author: Tak Kunihiro <address@hidden>
Commit: Alan Third <address@hidden>

    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.
---
 lisp/term/ns-win.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index 6a668b2..83b845b 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -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



reply via email to

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