changeset 7426:58372be37e3a

(shell-command-on-region): Don't kill output buffer when in the one line case.
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 May 1994 05:13:14 +0000
parents eb4b69bf2d4e
children 2ea6fdd2dacf
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Tue May 10 02:21:42 1994 +0000
+++ b/lisp/simple.el	Tue May 10 05:13:14 1994 +0000
@@ -811,8 +811,7 @@
 			    (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))))))))