emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#14892: closed (Enhance Elisp compare functions (<


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14892: closed (Enhance Elisp compare functions (< <= > >=) to take var args)
Date: Wed, 11 Sep 2013 05:11:02 +0000

Your message dated Wed, 11 Sep 2013 01:10:10 -0400
with message-id <address@hidden>
and subject line Re: bug#14892: [PATCH] Enhance Elisp compare functions (< <= > 
>=) to take var args
has caused the debbugs.gnu.org bug report #14892,
regarding Enhance Elisp compare functions (< <= > >=) to take var args
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
14892: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14892
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Enhance Elisp compare functions (< <= > >=) to take var args Date: Wed, 17 Jul 2013 11:58:09 -0400 Other dialects of Lisp implement < and cousin functions with var args. eg (< 1 x 10) would determine whether x is between 1 and 10. (apply '<= some-list) would determine whether some-list is sorted. This would be a nice enhancement to these core Elisp functions.


--- End Message ---
--- Begin Message --- Subject: Re: bug#14892: [PATCH] Enhance Elisp compare functions (< <= > >=) to take var args Date: Wed, 11 Sep 2013 01:10:10 -0400
Revision 114200


--- End Message ---

reply via email to

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