From xemacs-m  Sat Mar 29 14:03:00 1997
Received: from macon.informatik.uni-tuebingen.de (macon2.Informatik.Uni-Tuebingen.De [134.2.13.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA18683
	for <xemacs-beta@xemacs.org>; Sat, 29 Mar 1997 14:02:59 -0600 (CST)
Received: from modas.informatik.uni-tuebingen.de (modas.Informatik.Uni-Tuebingen.De [134.2.12.3]) by macon.informatik.uni-tuebingen.de (8.8.4/8.8.3/AIX-4.1/WSI-1.0) with SMTP id VAA28762 for <xemacs-beta@xemacs.org>; Sat, 29 Mar 1997 21:02:59 +0100
Received: by modas.informatik.uni-tuebingen.de (AIX 4.1/UCB 5.64/4.03)
          id AA26278; Sat, 29 Mar 1997 21:02:57 +0100
Sender: sperber@informatik.uni-tuebingen.de
To: xemacs-beta@xemacs.org
Subject: Bug in shell-command [FIX]
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: multipart/mixed;
 boundary="Multipart_Sat_Mar_29_21:02:56_1997-1"
Content-Transfer-Encoding: 7bit
From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
Date: 29 Mar 1997 22:02:57 +0200
Message-Id: <y9l3etempou.fsf@modas.informatik.uni-tuebingen.de>
Lines: 39
X-Mailer: Gnus v5.4.37/XEmacs 20.1(beta10)

--Multipart_Sat_Mar_29_21:02:56_1997-1
Content-Type: text/plain; charset=US-ASCII


It didn't respect the OUTPUT-BUFFER optional arg.  It does now.


--Multipart_Sat_Mar_29_21:02:56_1997-1
Content-Type: text/plain; charset=US-ASCII

*** lisp/prim/process.el~	Wed Dec 18 23:42:57 1996
--- lisp/prim/process.el	Sat Mar 29 21:01:41 1997
***************
*** 160,166 ****
  	  (progn
  	    (require 'background) ; whizzy comint background code
  	    (background (substring command 0 (match-beginning 0))))
! 	(shell-command-on-region (point) (point) command nil)))))
  
  ;; We have a sentinel to prevent insertion of a termination message
  ;; in the buffer itself.
--- 160,166 ----
  	  (progn
  	    (require 'background) ; whizzy comint background code
  	    (background (substring command 0 (match-beginning 0))))
! 	(shell-command-on-region (point) (point) command output-buffer)))))
  
  ;; We have a sentinel to prevent insertion of a termination message
  ;; in the buffer itself.

--Multipart_Sat_Mar_29_21:02:56_1997-1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

-- 
Cheers =3D8-} Chipsy
Friede, V=F6lkerverst=E4ndigung und =FCberhaupt blabla

--Multipart_Sat_Mar_29_21:02:56_1997-1--

