r5060: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 31 May 2003 13:41:43 +0000 (13:41 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 31 May 2003 13:41:43 +0000 (13:41 +0000)
debian/changelog
imap.lisp

index 02159ecf81ecc606a23a89c8693e3f6dfa2defa3..c456f1f16e151fd83bb80721611ef4199cc02298 100644 (file)
@@ -1,3 +1,9 @@
+cl-postoffice (1.8.2.2-1) unstable; urgency=low
+
+  * Fix typo
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 31 May 2003 07:41:30 -0600
+
 cl-postoffice (1.8.2.1-1) unstable; urgency=low
 
   * Move .asd file into source distribution
index 01597e84dd187be94842923b583f1c5f5e878a2e..1d9f7d6d3c32cab7cc49d7871311179eecc2b240 100644 (file)
--- a/imap.lisp
+++ b/imap.lisp
@@ -19,7 +19,7 @@
 ;; Commercial Software developed at private expense as specified in
 ;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
 ;;
-;; $Id: imap.lisp,v 1.1 2002/10/10 00:12:45 kevin Exp $
+;; $Id: imap.lisp,v 1.2 2003/05/31 13:41:10 kevin Exp $
 
 ;; Description:
 ;;
 (defun get-line-buffer (size)
   ;; get a buffer of at least size bytes
   (setq size (min size (1- array-total-size-limit)))
-  (:without-scheduling
+  (without-scheduling
     (dolist (buff *line-buffers* (make-string size))
        (if* (>= (length buff) size)
           then ; use this one