CHAR-SET:NOT-NUMERIC now defined by runtime system.
authorChris Hanson <org/chris-hanson/cph>
Mon, 5 Feb 2001 18:36:08 +0000 (18:36 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 5 Feb 2001 18:36:08 +0000 (18:36 +0000)
v7/src/imail/imap-response.scm

index 40c2005722789e45bb4ef6991b4bad5e2875b5ef..ca01901f07943cf31353e5d44fcce357c6a132da 100644 (file)
@@ -1,8 +1,8 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imap-response.scm,v 1.42 2000/11/26 06:02:28 cph Exp $
+;;; $Id: imap-response.scm,v 1.43 2001/02/05 18:36:08 cph Exp $
 ;;;
-;;; Copyright (c) 2000 Massachusetts Institute of Technology
+;;; Copyright (c) 2000-2001 Massachusetts Institute of Technology
 ;;;
 ;;; This program is free software; you can redistribute it and/or
 ;;; modify it under the terms of the GNU General Public License as
    (char-set-difference char-set:graphic
                        (string->char-set " ?"))))
 
-(define atom-is-number?
-  (let ((char-set:not-numeric (char-set-invert char-set:numeric)))
-    (lambda (atom)
-      (not (string-find-next-char-in-set atom char-set:not-numeric)))))
+(define (atom-is-number? atom)
+  (not (string-find-next-char-in-set atom char-set:not-numeric)))
 
 (define read-set
   (let ((read-string