aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTak Kunihiro2019-06-07 19:26:42 +0100
committerAlan Third2019-06-07 19:26:42 +0100
commit9f4c945b5cfb2e26a65ca10453591536c8fb0ff4 (patch)
treeec5eb835b4f254489f4b590bfaebe8b611f47645
parent348657cc2155f1d27338dc169634dc74caf9a0a3 (diff)
downloademacs-9f4c945b5cfb2e26a65ca10453591536c8fb0ff4.tar.gz
emacs-9f4c945b5cfb2e26a65ca10453591536c8fb0ff4.zip
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.
-rw-r--r--lisp/term/ns-win.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index 6a668b213dd..83b845b1a5a 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.")
745 (string-to-number (match-string 1 ns-version-string))))) 745 (string-to-number (match-string 1 ns-version-string)))))
746 ;; Appkit 1138 ~= macOS 10.7. 746 ;; Appkit 1138 ~= macOS 10.7.
747 (when (>= appkit-version 1138) 747 (when (>= appkit-version 1138)
748 (setq mouse-wheel-scroll-amount '(1 ((shift) . 5) ((control))))
749 (put 'mouse-wheel-scroll-amount 'customized-value
750 (list (custom-quote (symbol-value 'mouse-wheel-scroll-amount))))
751
752 (setq mouse-wheel-progressive-speed nil) 748 (setq mouse-wheel-progressive-speed nil)
753 (put 'mouse-wheel-progressive-speed 'customized-value 749 (put 'mouse-wheel-progressive-speed 'customized-value
754 (list (custom-quote 750 (list (custom-quote