git.fiddlerwoaroof.com
Browse code

repair package qualifier

* imap.cl: fix bad package qualifier

2010-02-05 Robert Rorschach <rfr@franz.com>

Robert Rorschach authored on 05/02/2010 23:29:25
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+2010-02-05  Robert Rorschach  <rfr@franz.com>
2
+
3
+	* imap.cl: fix bad package qualifier
4
+
1 5
 2010-02-05  Robert Rorschach  <rfr@franz.com>
2 6
 
3 7
 	* imap.cl: backward compatibility to 7.0 - 8.2, bump minor
... ...
@@ -2111,7 +2111,7 @@
2111 2111
 			   :non-smp :without-scheduling)
2112 2112
      ,@body)
2113 2113
 #-(version>= 8 1)
2114
-  `(excl::without-scheduling ,@body)
2114
+  `(sys::without-scheduling ,@body)
2115 2115
   )
2116 2116
 
2117 2117
 (defun get-line-buffer (size)