summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2006-09-20 23:38:23 +0000
committerKim F. Storm <storm@cua.dk>2006-09-20 23:38:23 +0000
commitb521ddce87045aae396eb578d5c71084f5aa0cf9 (patch)
tree8b1707975d44d849e202e4cc1aee0193fa815806 /etc
parenteae510750d41e542edc35b5c74e9093f8afb2e01 (diff)
downloademacs-b521ddce87045aae396eb578d5c71084f5aa0cf9.tar.gz
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 49c16c5c4b1..00a625adb17 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3786,6 +3786,10 @@ negative, is now a float. For example: (expt 2 -2) => 0.25.
*** 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.
+++