r7061: initial property settings
[postoffice.git] / imap.lisp
index 01597e84dd187be94842923b583f1c5f5e878a2e..634fb5dfce6808557f8f4e8c660a7d0cb9d50971 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$
 
 ;; 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