]> git.eshelyaron.com Git - emacs.git/commitdiff
Add ignore-errors.
authorGlenn Morris <rgm@gnu.org>
Wed, 7 May 2008 03:01:30 +0000 (03:01 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 7 May 2008 03:01:30 +0000 (03:01 +0000)
etc/NEWS

index 47e59c008f63bee4740ef172d0b252706f08afba..21f925e8293cc5695e9ca184f35dd15209cc6f54 100644 (file)
--- 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