jss icon indicating copy to clipboard operation
jss copied to clipboard

installer warnings on current emacs 25

Open oystersauce8 opened this issue 8 years ago • 1 comments

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

oystersauce8 avatar Nov 25 '16 20:11 oystersauce8

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.

segv avatar Nov 28 '16 20:11 segv