branch: elpa/hl-block-mode
commit 049daea3fe5dfa6c6188df5fedc0174e260c6453
Author: Campbell Barton <ideasma...@gmail.com>
Commit: Campbell Barton <ideasma...@gmail.com>

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

diff --git a/hl-block-mode.el b/hl-block-mode.el
index ce73721d33f..0241c1479b2 100644
--- a/hl-block-mode.el
+++ b/hl-block-mode.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