aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-11-19 03:03:18 +0000
committerLuc Teirlinck2004-11-19 03:03:18 +0000
commit6dd06769a945f59e048d8328e37a77b41f8c798f (patch)
treecec83e8a5e233bddd715044484d5d806adeae71f
parentc456ee783a959e3c5f4efdc3a798198b4dbb9569 (diff)
downloademacs-6dd06769a945f59e048d8328e37a77b41f8c798f.tar.gz
emacs-6dd06769a945f59e048d8328e37a77b41f8c798f.zip
*** empty log message ***
-rw-r--r--etc/NEWS13
1 files changed, 9 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 631ab7d9d8a..0c412e115bc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2357,10 +2357,15 @@ run time used by Emacs since start-up.
2357 2357
2358+++ 2358+++
2359** The new function `called-interactively-p' does what many people 2359** The new function `called-interactively-p' does what many people
2360have mistakenly believed `interactively-p' did: it returns t if the 2360have mistakenly believed `interactive-p' did: it returns t if the
2361calling function was called through `call-interactively'. 2361calling function was called through `call-interactively'. This should
2362This should only be used when you cannot add a new "interactively" 2362only be used when you cannot add a new "interactive" argument to the
2363argument to the command. 2363command.
2364
2365+++
2366** The new function `assoc-string' replaces `assoc-ignore-case' and
2367`assoc-ignore-representation', which are still available, but have
2368been declared obsolete.
2364 2369
2365+++ 2370+++
2366** An interactive specification may now use the code letter 'U' to get 2371** An interactive specification may now use the code letter 'U' to get