purcell / emacs.d

An Emacs configuration bundle with batteries included
BSD 2-Clause "Simplified" License
6.84k stars 2.05k forks source link

sanityinc/require-times is broken on Emacs 29 #794

Closed Eason0210 closed 2 years ago

Eason0210 commented 2 years ago

Hi @purcell ,

On Emacs 29.0.50 , sanityinc/require-times function doesn't work, got this error:

Symbol’s function definition is void: incf

Replace incf with cl-incf in init-benchmarking.el, and then it works well.