dacap / keyfreq

Track Emacs commands frequency
320 stars 25 forks source link

fix #18. Conflict name with `reduce` from `cl-lib` or `cl` #19

Closed zimoun closed 8 years ago

zimoun commented 8 years ago

This leads to Symbol error. See bug #16 and #9

Since cl-lib seems included in Emacs 24, and since there is debates about names from cl library, it appears judicious to use by default cl-reduce instead of just reduce.

dacap commented 8 years ago

Thanks for the help @zimoun