Added autoexport of defmethod name
authorespen <espen>
Sun, 21 Oct 2001 11:44:48 +0000 (11:44 +0000)
committerespen <espen>
Sun, 21 Oct 2001 11:44:48 +0000 (11:44 +0000)
tools/autoexport.lisp

index b4e479c..f504792 100644 (file)
   (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)))