diff options
| author | Glenn Morris | 2008-05-07 03:01:30 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-05-07 03:01:30 +0000 |
| commit | 8bf5c8a6bf28fc042119d687d4c5079eb5e7d6c8 (patch) | |
| tree | d3f5d9eac3766f168f48c0f9b47d227b3971c3c9 | |
| parent | a4c687e03e292e9472ab0a2f8fe8c2638b1c271c (diff) | |
| download | emacs-8bf5c8a6bf28fc042119d687d4c5079eb5e7d6c8.tar.gz emacs-8bf5c8a6bf28fc042119d687d4c5079eb5e7d6c8.zip | |
Add ignore-errors.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -800,7 +800,8 @@ shift-translation. | |||
| 800 | handle-shift-selection if shift-select-mode is non-nil, before reading | 800 | handle-shift-selection if shift-select-mode is non-nil, before reading |
| 801 | the command arguments. | 801 | the command arguments. |
| 802 | 802 | ||
| 803 | ** When deleting a terminal, run the special hook `delete-terminal-functions'. | 803 | ** When deleting a terminal, the special hook `delete-terminal-functions' |
| 804 | is run. | ||
| 804 | 805 | ||
| 805 | ** The `read-shell-command' function does what its name says, with completion. | 806 | ** The `read-shell-command' function does what its name says, with completion. |
| 806 | It uses the minibuffer-local-shell-command-map for that. | 807 | It uses the minibuffer-local-shell-command-map for that. |
| @@ -864,6 +865,8 @@ undefined functions. The new `check-declare' package verifies that such | |||
| 864 | statements are accurate (i.e. the functions are actually defined in | 865 | statements are accurate (i.e. the functions are actually defined in |
| 865 | the specified files). | 866 | the specified files). |
| 866 | 867 | ||
| 868 | ** `ignore-errors' is now a standard macro (does not require the CL package). | ||
| 869 | |||
| 867 | ** The new function `read-color' reads a color name using the minibuffer. | 870 | ** The new function `read-color' reads a color name using the minibuffer. |
| 868 | 871 | ||
| 869 | ** `interprogram-paste-function' can now return one string or a list | 872 | ** `interprogram-paste-function' can now return one string or a list |