git.fiddlerwoaroof.com
Browse code

workaround 6.0 incompatibilty

jkf authored on 26/04/2000 21:33:40
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-;; -*- mode: common-lisp; package: post-office -*-
1
+;; -*- mode: common-lisp; package: net.post-office -*-
2 2
 ;;
3 3
 ;; imap.cl
4 4
 ;; imap and pop interface
... ...
@@ -19,7 +19,7 @@
19 19
 ;; Commercial Software developed at private expense as specified in
20 20
 ;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
21 21
 ;;
22
-;; $Id: imap.cl,v 1.11 2000/04/26 20:53:40 jkf Exp $
22
+;; $Id: imap.cl,v 1.12 2000/04/26 21:33:40 jkf Exp $
23 23
 
24 24
 ;; Description:
25 25
 ;;
... ...
@@ -1695,7 +1695,10 @@
1695 1695
       (incf start))))
1696 1696
 	    
1697 1697
 	    
1698
-	
1698
+
1699
+;  this used to be exported from the excl package
1700
+#+(version>= 6 0)
1701
+(defvar *keyword-package* (find-package :keyword))
1699 1702
 	   
1700 1703
       
1701 1704
 (defun kwd-intern (string)