jss
jss copied to clipboard
installer warnings on current emacs 25
Installation emits these warnings:
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. ‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. ‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. ‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. ‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. ‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead.
I'm on emacs 25.1 on osx-sierra
hey, thanks for the report!
sadly my time is limited and, while fixing this looks trivial (i would literally just replace all occurences for def*
with cl-def*
(as ugly as that looks :disappointed: )) i don't have time to try it out and test it, so i gave you push access to the repo.