From 8d69b16e3f79e7636d98f537a427784d68af7bca Mon Sep 17 00:00:00 2001
From: layer <layer>
Date: Wed, 1 Apr 2009 14:47:21 +0000
Subject: [PATCH] fix defpatch

---
 postscript/postscript-port.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/postscript/postscript-port.lisp b/postscript/postscript-port.lisp
index bf662594..d7863031 100644
--- a/postscript/postscript-port.lisp
+++ b/postscript/postscript-port.lisp
@@ -3,10 +3,10 @@
 #+(version= 8 1)
 (sys:defpatch "climps" 6
     "v1: Handle unsupported inks in CLIM's Postscript backend in a correctable way."
-  :type :clim2
+  :type :climps
   :post-loadable t)
 
-;; $Id: postscript-port.lisp,v 2.8 2009/03/26 19:10:23 layer Exp $
+;; $Id: postscript-port.lisp,v 2.9 2009/04/01 14:47:21 layer Exp $
 
 (provide :climps)
 
-- 
GitLab