diff options
author | Kim F. Storm <storm@cua.dk> | 2006-09-20 23:38:23 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2006-09-20 23:38:23 +0000 |
commit | b521ddce87045aae396eb578d5c71084f5aa0cf9 (patch) | |
tree | 8b1707975d44d849e202e4cc1aee0193fa815806 /etc | |
parent | eae510750d41e542edc35b5c74e9093f8afb2e01 (diff) | |
download | emacs-b521ddce87045aae396eb578d5c71084f5aa0cf9.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. +++ |