mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-12 09:28:24 +00:00
*** empty log message ***
This commit is contained in:
parent
c456ee783a
commit
6dd06769a9
13
etc/NEWS
13
etc/NEWS
@ -2357,10 +2357,15 @@ run time used by Emacs since start-up.
|
||||
|
||||
+++
|
||||
** 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
|
||||
|
Loading…
Reference in New Issue
Block a user