diff etc/NEWS @ 73032:83e355d76736

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 20 Sep 2006 23:38:23 +0000
parents 6ee678242fc3
children c8d5b07603bf
line wrap: on
line diff
--- a/etc/NEWS	Wed Sep 20 23:12:25 2006 +0000
+++ b/etc/NEWS	Wed Sep 20 23:38:23 2006 +0000
@@ -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.
 
 +++