]> git.eshelyaron.com Git - emacs.git/commitdiff
(shell-command-on-region): Don't kill output buffer when in the one line case.
authorRichard M. Stallman <rms@gnu.org>
Tue, 10 May 1994 05:13:14 +0000 (05:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 10 May 1994 05:13:14 +0000 (05:13 +0000)
lisp/simple.el

index ad8ead703feef68cf27df9e1c6e91b4e44ef0461..6b7bc51dc2f7f8691423daaa8c99f78259dfcad3 100644 (file)
@@ -811,8 +811,7 @@ deleted."
                            (set-buffer buffer)
                            (goto-char (point-min))
                            (buffer-substring (point)
-                                             (progn (end-of-line) (point)))))
-                (kill-buffer buffer))
+                                             (progn (end-of-line) (point))))))
                (t 
                 (set-window-start (display-buffer buffer) 1))))))))
 \f