gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] ANSI Compliance Bug: MERGE does not accept NIL as :KEY


From: Camm Maguire
Subject: Re: [Gcl-devel] ANSI Compliance Bug: MERGE does not accept NIL as :KEY argument
Date: 21 Sep 2002 19:20:55 -0400

Greetings!  Checking in a simple fix for this.  Please verify.

Take care,

"Paul F. Dietz" <address@hidden> writes:

> >(let ((x (list 2 4 5)) (y (list 1 3 8)))  (merge 'list x y #'< :key nil))
>  
> Error in MERGE [or a callee]: The function NIL is undefined.
>  
> Fast links are on: do (use-fast-links nil) for debugging
> Broken at MERGE.  Type :H for Help.
>  1 (Abort) Return to top level.
> dbl:>>
> 
> (The result should have been (1 2 3 4 5 8).)
> 
>       Paul Dietz
>       address@hidden
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]