branch: elpa/scroll-on-jump
commit dc4ccac1916b7f24b28b1bf77acc486762f70466
Author: Campbell Barton <ideasma...@gmail.com>
Commit: Campbell Barton <ideasma...@gmail.com>

    Compat: correct emacs pre 31.1
---
 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 de4cec25123..d85ac8067b9 100644
--- a/scroll-on-jump.el
+++ b/scroll-on-jump.el
@@ -28,7 +28,7 @@
 ;; ---------------------------------------------------------------------------
 ;; Compatibility
 
-(when (and (version< emacs-version "31.1") (not (and (fboundp 'incf) (fboundp 
'decf))))
+(when (version< emacs-version "31.1")
   (defmacro incf (place &optional delta)
     "Increment PLACE by DELTA or 1."
     (declare (debug (gv-place &optional form)))

Reply via email to