Skip to content

Commit

Permalink
Merge pull request #2 from tylerwolf35/patch-1
Browse files Browse the repository at this point in the history
Switch from incf to cf-incf to accomodate newer cl-lib
  • Loading branch information
kchanqvq authored Sep 28, 2024
2 parents 6204eb7 + bb7cecb commit 99e9c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xwwp-history.el
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
(existed (gethash url xwwp-history-table)))
(when existed
(setq item existed)
(incf (xwwp-history-item-visit-count existed)))
(cl-incf (xwwp-history-item-visit-count existed)))
(puthash url item xwwp-history-table)
(when existed
(setq xwwp-history-visualization-list
Expand Down

0 comments on commit 99e9c48

Please sign in to comment.