chiark / gitweb /
Fixed bug in SET-PACKAGE-PREFIX
[clg] / glib / export.lisp
index 8ac31bb556ac5e2e653ba9130efac737dbedda5c..d88149e98d7a633bbe502cabf6957593eb4b691d 100644 (file)
@@ -20,7 +20,7 @@
 ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-;; $Id: export.lisp,v 1.5 2005-04-23 16:48:50 espen Exp $
+;; $Id: export.lisp,v 1.6 2006-02-26 15:30:00 espen Exp $
 
 
 ;;; Autogenerating exported symbols
@@ -34,7 +34,7 @@   (defexport defbinding (name &rest args)
        name
       (first name)))
 
-  (defexport def-type-method (name &rest args)
+  (defexport define-type-generic (name &rest args)
     (declare (ignore args))
     name)