* simple.el (shell-command-on-region): Fill.
This commit is contained in:
parent
413c488ddb
commit
e0457abee8
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* simple.el (shell-command-on-region): Fill.
|
||||
|
||||
* dired-aux.el (dired-kill-line): Add a doc string.
|
||||
|
||||
* dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
|
||||
|
|
|
@ -2533,7 +2533,8 @@ specifies the value of ERROR-BUFFER."
|
|||
(< 0 (nth 7 (file-attributes error-file))))
|
||||
(format "some error output%s"
|
||||
(if shell-command-default-error-buffer
|
||||
(format " to the \"%s\" buffer" shell-command-default-error-buffer)
|
||||
(format " to the \"%s\" buffer"
|
||||
shell-command-default-error-buffer)
|
||||
""))
|
||||
"no output")))
|
||||
(cond ((null exit-status)
|
||||
|
|
Loading…
Add table
Reference in a new issue