Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6dd06769
Commit
6dd06769
authored
Nov 19, 2004
by
Luc Teirlinck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
c456ee78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
etc/NEWS
etc/NEWS
+9
-4
No files found.
etc/NEWS
View file @
6dd06769
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment