]> git.eshelyaron.com Git - emacs.git/commitdiff
* simple.el (shell-command-on-region): Fill.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 6 Jul 2011 19:44:09 +0000 (21:44 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 6 Jul 2011 19:44:09 +0000 (21:44 +0200)
lisp/ChangeLog
lisp/simple.el

index 57b39b5caa2eede1a56be6ae82d3b9c134253245..b82c58da3ae889d5219679d69860899cb82cacd9 100644 (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
index 6c078830a180aa8de4cc97b1dee045578f7c16c8..2c792a2c78ea794c80b23ff3b246c2a66ba46dd8 100644 (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)