emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/scroll-on-jump 2b67ca0c6c 4/5: Set type of scroll-on-jump-


From: ELPA Syncer
Subject: [nongnu] elpa/scroll-on-jump 2b67ca0c6c 4/5: Set type of scroll-on-jump-duration to float.
Date: Sat, 7 Jan 2023 19:59:59 -0500 (EST)

branch: elpa/scroll-on-jump
commit 2b67ca0c6ce12ef4710d8e3f6a476f9cb073ec64
Author: Felix Dick <felix.dick@web.de>
Commit: Campbell Barton <ideasman42@gmail.com>

    Set type of scroll-on-jump-duration to float.
---
 scroll-on-jump.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scroll-on-jump.el b/scroll-on-jump.el
index 8d8508ff47..e3a0f59ac7 100644
--- a/scroll-on-jump.el
+++ b/scroll-on-jump.el
@@ -34,7 +34,7 @@
 
 (defcustom scroll-on-jump-duration 0.4
   "Duration (in seconds) for scrolling to the next position (zero disables)."
-  :type 'integer)
+  :type 'float)
 
 (defcustom scroll-on-jump-smooth t
   "Use smooth (pixel) scrolling, otherwise scroll by lines."



reply via email to

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