branch: elpa/scroll-on-jump
commit 30b686298abaf31db59b18ce895f3adf0fc86f40
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>

    Cleanup: remove double `;;` in comment
---
 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 7c59dbb292..596faf84dc 100644
--- a/scroll-on-jump.el
+++ b/scroll-on-jump.el
@@ -230,7 +230,7 @@ Moving the point when ALSO-MOVE-POINT is set."
                 (redisplay t)))
             (setq is-early-exit nil))
 
-          ;; ;; Re-enable when editing logic.
+          ;; Re-enable when editing logic.
           (when (and (null is-early-exit) (not (zerop lines-scroll)))
             (error "Internal error, 'lines-scroll' should be zero"))
 

Reply via email to