From: Lars Magne Ingebrigtsen Date: Wed, 6 Jul 2011 19:44:09 +0000 (+0200) Subject: * simple.el (shell-command-on-region): Fill. X-Git-Tag: emacs-pretest-24.0.90~104^2~461^2~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e0457abee89abfe781a02de58ca6c35041e0e5d9;p=emacs.git * simple.el (shell-command-on-region): Fill. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 57b39b5caa2..b82c58da3ae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-07-06 Lars Magne Ingebrigtsen + * 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 diff --git a/lisp/simple.el b/lisp/simple.el index 6c078830a18..2c792a2c78e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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)