git.fiddlerwoaroof.com
Browse code

fix defpatch for 8.1.beta

layer authored on 06/06/2007 16:59:01
Showing 1 changed files
... ...
@@ -14,7 +14,7 @@
14 14
 ;; merchantability or fitness for a particular purpose.  See the GNU
15 15
 ;; Lesser General Public License for more details.
16 16
 ;;
17
-;; $Id: rfc2822.cl,v 1.8 2007/06/05 17:35:46 dancy Exp $
17
+;; $Id: rfc2822.cl,v 1.9 2007/06/06 16:59:01 layer Exp $
18 18
 
19 19
 #+(version= 8 0)
20 20
 (sys:defpatch "rfc2822" 0
... ...
@@ -22,8 +22,8 @@
22 22
   :type :system
23 23
   :post-loadable t)
24 24
 
25
-#+(version= 8 1 :beta)
26
-(sys:defpatch "rfc2822" 0
25
+#+(version= 8 1 beta)
26
+(sys:defpatch "rfc2822" 1
27 27
   "v0: New extract-email-addresses function."
28 28
   :type :system
29 29
   :post-loadable t)