rejeep / f.el

Modern API for working with files and directories in Emacs
GNU General Public License v3.0
680 stars 68 forks source link

Use setq instead of setf #87

Closed rejeep closed 6 years ago

rejeep commented 6 years ago

The function setf is not available in Emacs 24.2 and lower.

sergv commented 6 years ago

Perhaps setf wasn't found because cl package wasn't set up. The setf is pretty old - it's been part of Emacs since 1993.

rejeep commented 6 years ago

That is weird yes... I think your cl-theory might be correct.