emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104998: * simple.el (shell-command-o


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104998: * simple.el (shell-command-on-region): Fill.
Date: Wed, 06 Jul 2011 21:44:09 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104998
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Wed 2011-07-06 21:44:09 +0200
message:
  * simple.el (shell-command-on-region): Fill.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-06 18:26:29 +0000
+++ b/lisp/ChangeLog    2011-07-06 19:44:09 +0000
@@ -1,5 +1,7 @@
 2011-07-06  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2011-07-02 20:59:18 +0000
+++ b/lisp/simple.el    2011-07-06 19:44:09 +0000
@@ -2533,7 +2533,8 @@
                            (< 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]