Mercurial > emacs
changeset 94707:031c044266e2
Add ignore-errors.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 07 May 2008 03:01:30 +0000 |
parents | 984d344e0e75 |
children | eecee1b17e72 |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Wed May 07 02:59:40 2008 +0000 +++ b/etc/NEWS Wed May 07 03:01:30 2008 +0000 @@ -800,7 +800,8 @@ 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 @@ 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