diff options
| author | Tino Calancha | 2016-08-26 15:27:37 +0900 |
|---|---|---|
| committer | Tino Calancha | 2016-08-26 15:27:37 +0900 |
| commit | b39c0b31f0328da8b1a87226d5cfd7d46af62c0f (patch) | |
| tree | 891504127cac3d371969fedb4142aa874a400a5b /etc | |
| parent | 93c67f6b2c98ab69e25d2ca7417bcf6c15a165db (diff) | |
| download | emacs-b39c0b31f0328da8b1a87226d5cfd7d46af62c0f.tar.gz emacs-b39c0b31f0328da8b1a87226d5cfd7d46af62c0f.zip | |
Rename option to shell-command-dont-erase-buffer
Suggested by Clément Pit--Claudel in:
http://lists.gnu.org/archive/html/emacs-devel/2016-08/msg00487.html
* lisp/simple.el (shell-command-dont-erase-buffer):
(shell-command--save-pos-or-erase):
(shell-command--set-point-after-cmd):
(shell-command-on-region):
* doc/emacs/misc.texi (shell-command-dont-erase-buffer):
* etc/NEWS (Changes in Emacs 25.2):
Rename from shell-command-not-erase-buffer.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -60,12 +60,12 @@ affected by this, as SGI stopped supporting IRIX in December 2013. | |||
| 60 | inferior shell with the buffer region as input. | 60 | inferior shell with the buffer region as input. |
| 61 | 61 | ||
| 62 | +++ | 62 | +++ |
| 63 | ** The new user option 'shell-command-not-erase-buffer' controls | 63 | ** The new user option 'shell-command-dont-erase-buffer' controls |
| 64 | if the output buffer is erased between shell commands; if non-nil, | 64 | if the output buffer is erased between shell commands; if non-nil, |
| 65 | the output buffer is not erased; this variable also controls where | 65 | the output buffer is not erased; this variable also controls where |
| 66 | to set the point in the output buffer: beginning of the output, | 66 | to set the point in the output buffer: beginning of the output, |
| 67 | end of the buffer or save the point. | 67 | end of the buffer or save the point. |
| 68 | When 'shell-command-not-erase-buffer' is nil, the default value, | 68 | When 'shell-command-dont-erase-buffer' is nil, the default value, |
| 69 | the behaviour of 'shell-command', 'shell-command-on-region' and | 69 | the behaviour of 'shell-command', 'shell-command-on-region' and |
| 70 | 'async-shell-command' is as usual. | 70 | 'async-shell-command' is as usual. |
| 71 | 71 | ||