comparison 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
comparison
equal deleted inserted replaced
73031:b944195ced34 73032:83e355d76736
3784 3784
3785 +++ 3785 +++
3786 *** The function `eql' is now available without requiring the CL package. 3786 *** The function `eql' is now available without requiring the CL package.
3787 3787
3788 +++ 3788 +++
3789 *** The new function `memql' is like `memq', but uses `eql' for comparison,
3790 that is, floats are compared by value and other elements with `eq'.
3791
3792 +++
3789 *** `makehash' is now obsolete. Use `make-hash-table' instead. 3793 *** `makehash' is now obsolete. Use `make-hash-table' instead.
3790 3794
3791 +++ 3795 +++
3792 *** `add-to-list' takes an optional third argument, APPEND. 3796 *** `add-to-list' takes an optional third argument, APPEND.
3793 3797