From e0457abee89abfe781a02de58ca6c35041e0e5d9 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Wed, 6 Jul 2011 21:44:09 +0200 Subject: [PATCH] * simple.el (shell-command-on-region): Fill. --- lisp/ChangeLog | 2 ++ lisp/simple.el | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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) -- 2.39.2