l3kn / org-fc

Spaced Repetition System for Emacs org-mode
https://www.leonrische.me/fc/index.html
GNU General Public License v3.0
259 stars 31 forks source link

fix: (wrong-number-of-arguments (3 . 4) 2) #56

Closed rasendubi closed 3 years ago

rasendubi commented 3 years ago

org-fc fails to load because define-obsolete-function-alias is called with wrong number of arguments.

Specify the required third argument when the function was deprecated.

l3kn commented 3 years ago

Thanks for letting me know!

I've moved the code to org-fc-compat.el and added the missing arguments in a few more places, so I'm closing this without merging.