changeset 58314:b9d98918e0ac

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 19 Nov 2004 03:03:18 +0000
parents 4993ab2b072d
children be738a4f5ec1 b637c617432f
files etc/NEWS
diffstat 1 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Thu Nov 18 16:37:49 2004 +0000
+++ b/etc/NEWS	Fri Nov 19 03:03:18 2004 +0000
@@ -2357,10 +2357,15 @@
 
 +++
 ** The new function `called-interactively-p' does what many people
-have mistakenly believed `interactively-p' did: it returns t if the
-calling function was called through `call-interactively'.
-This should only be used when you cannot add a new "interactively"
-argument to the command.
+have mistakenly believed `interactive-p' did: it returns t if the
+calling function was called through `call-interactively'.  This should
+only be used when you cannot add a new "interactive" argument to the
+command.
+
++++
+** The new function `assoc-string' replaces `assoc-ignore-case' and
+`assoc-ignore-representation', which are still available, but have
+been declared obsolete.
 
 +++
 ** An interactive specification may now use the code letter 'U' to get