emacs-diffs
[Top][All Lists]
Advanced

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

master b0a9603: Fix last change


From: Po Lu
Subject: master b0a9603: Fix last change
Date: Wed, 8 Dec 2021 02:53:11 -0500 (EST)

branch: master
commit b0a960308bde2a32a3c0e2c6d7a53c01504ae5c2
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Fix last change
    
    * lisp/pixel-scroll.el
    (pixel-scroll-precision-interpolation-total-time)
    (pixel-scroll-precision-interpolation-factor): Fix declared versions.
---
 lisp/pixel-scroll.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/pixel-scroll.el b/lisp/pixel-scroll.el
index 6191c05..af21f36 100644
--- a/lisp/pixel-scroll.el
+++ b/lisp/pixel-scroll.el
@@ -145,13 +145,13 @@ Nil means to not interpolate such scrolls."
   "The total time in seconds to spend interpolating a large scroll."
   :group 'mouse
   :type 'float
-  :version 29.1)
+  :version "29.1")
 
 (defcustom pixel-scroll-precision-interpolation-factor 2.0
   "A factor to apply to the distance of an interpolated scroll."
   :group 'mouse
   :type 'float
-  :version 29.1)
+  :version "29.1")
 
 (defun pixel-scroll-in-rush-p ()
   "Return non-nil if next scroll should be non-smooth.



reply via email to

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