* simple.el (shell-command-on-region): Fill.

This commit is contained in:
Lars Magne Ingebrigtsen 2011-07-06 21:44:09 +02:00
parent 413c488ddb
commit e0457abee8
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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)