aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-05-07 03:01:30 +0000
committerGlenn Morris <[email protected]>2008-05-07 03:01:30 +0000
commit8bf5c8a6bf28fc042119d687d4c5079eb5e7d6c8 (patch)
treed3f5d9eac3766f168f48c0f9b47d227b3971c3c9 /etc/NEWS
parenta4c687e03e292e9472ab0a2f8fe8c2638b1c271c (diff)
Add ignore-errors.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 47e59c008f..21f925e829 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -800,7 +800,8 @@ shift-translation.
handle-shift-selection if shift-select-mode is non-nil, before reading
the command arguments.
-** When deleting a terminal, run the special hook `delete-terminal-functions'.
+** When deleting a terminal, the special hook `delete-terminal-functions'
+is run.
** The `read-shell-command' function does what its name says, with completion.
It uses the minibuffer-local-shell-command-map for that.
@@ -864,6 +865,8 @@ undefined functions. The new `check-declare' package verifies that such
statements are accurate (i.e. the functions are actually defined in
the specified files).
+** `ignore-errors' is now a standard macro (does not require the CL package).
+
** The new function `read-color' reads a color name using the minibuffer.
** `interprogram-paste-function' can now return one string or a list