X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/560af5c515eb5b6206040a9334de4254d2650147..b1bd926714a41589d68b83d72d511fb91655c48d:/tools/autoexport.lisp diff --git a/tools/autoexport.lisp b/tools/autoexport.lisp index b4e479c..f504792 100644 --- a/tools/autoexport.lisp +++ b/tools/autoexport.lisp @@ -102,6 +102,10 @@ (declare (ignore args)) (export-fname fname)) +(defexport defmethod (name &rest rest) + (declare (ignore rest)) + name) + (defexport progn (&rest body) (apply #'nconc (map 'list #'list-autoexported-symbols body)))