emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS,v
Date: Wed, 20 Sep 2006 23:38:24 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/09/20 23:38:23

Index: NEWS
===================================================================
RCS file: /cvsroot/emacs/emacs/etc/NEWS,v
retrieving revision 1.1399
retrieving revision 1.1400
diff -u -b -r1.1399 -r1.1400
--- NEWS        20 Sep 2006 12:39:11 -0000      1.1399
+++ NEWS        20 Sep 2006 23:38:23 -0000      1.1400
@@ -3786,6 +3786,10 @@
 *** The function `eql' is now available without requiring the CL package.
 
 +++
+*** The new function `memql' is like `memq', but uses `eql' for comparison,
+that is, floats are compared by value and other elements with `eq'.
+
++++
 *** `makehash' is now obsolete.  Use `make-hash-table' instead.
 
 +++




reply via email to

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