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

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

[nongnu] elpa/scroll-on-drag fa6a293c74 14/35: Correct macro


From: ELPA Syncer
Subject: [nongnu] elpa/scroll-on-drag fa6a293c74 14/35: Correct macro
Date: Thu, 7 Jul 2022 12:02:48 -0400 (EDT)

branch: elpa/scroll-on-drag
commit fa6a293c74f47b31dea22f732ef8f1fe093b22a3
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Correct macro
---
 scroll-on-drag.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scroll-on-drag.el b/scroll-on-drag.el
index 7d0957ca37..f8ae3ba9fe 100644
--- a/scroll-on-drag.el
+++ b/scroll-on-drag.el
@@ -426,7 +426,7 @@ Returns true when scrolling took place, otherwise nil."
 (defmacro scroll-on-drag-with-fallback (&rest body)
   "A macro to scroll and perform a different action on click.
 Optional argument BODY Hello."
-  `(lambda () (interactive) (unless (scroll-on-drag-internal) ,@body)))
+  `(lambda () (interactive) (unless (scroll-on-drag) ,@body)))
 
 (provide 'scroll-on-drag)
 



reply via email to

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