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

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

[nongnu] elpa/scroll-on-jump 44a7654089 5/5: Cleanup: sharp quite functi


From: ELPA Syncer
Subject: [nongnu] elpa/scroll-on-jump 44a7654089 5/5: Cleanup: sharp quite function calls
Date: Sat, 7 Jan 2023 19:59:59 -0500 (EST)

branch: elpa/scroll-on-jump
commit 44a7654089d71a016469fe496d8ebc48bc305f41
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: sharp quite function calls
---
 scroll-on-jump.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scroll-on-jump.el b/scroll-on-jump.el
index e3a0f59ac7..e97b0b49c4 100644
--- a/scroll-on-jump.el
+++ b/scroll-on-jump.el
@@ -139,9 +139,9 @@ Argument ALSO-MOVE-POINT When non-nil, move the POINT as 
well."
   ;; the mark needs to be set to the `point'.
   ;; https://github.com/emacs-evil/evil/issues/1708
   (when (and (fboundp 'evil-visual-state-p)
-             (funcall 'evil-visual-state-p)
+             (funcall #'evil-visual-state-p)
              (fboundp 'evil-visual-type)
-             (eq (funcall 'evil-visual-type) 'line)
+             (eq (funcall #'evil-visual-type) 'line)
              (boundp 'evil-visual-point))
     (let ((mark (symbol-value 'evil-visual-point)))
       (when (markerp mark)



reply via email to

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