branch: elpa/diff-ansi
commit 39ff74a7b692cfd1266638cbd2302bbe176aca10
Author: Campbell Barton <ideasma...@gmail.com>
Commit: Campbell Barton <ideasma...@gmail.com>

    Compat: correct emacs pre 31.1
---
 diff-ansi.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diff-ansi.el b/diff-ansi.el
index d8af454b64e..fc248036aa1 100644
--- a/diff-ansi.el
+++ b/diff-ansi.el
@@ -25,7 +25,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