]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change
authorPo Lu <luangruo@yahoo.com>
Wed, 8 Dec 2021 07:52:21 +0000 (15:52 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 8 Dec 2021 07:52:21 +0000 (15:52 +0800)
* lisp/pixel-scroll.el
(pixel-scroll-precision-interpolation-total-time)
(pixel-scroll-precision-interpolation-factor): Fix declared versions.

lisp/pixel-scroll.el

index 6191c0530c4f039d9bcdc2383711906464cd43e2..af21f365b382c3d01ddacc3823c1c78d9a76104c 100644 (file)
@@ -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.