redefining defun/defmethod
Hi list,I am using a custom method definition macro like :
(defmacro mydefmethod (name &rest args) `(defmethod ,name ,.args))
=> Is there a way I can declare it so that 'mydefmethod' gets recognised by LispWorks as a method definition ?
(IDE, indenting, source tracking, syntax coloring etc.)
Thank you
Jean