changeset 24825:f88179cfae99

(shell-command): Avoid printing "mark set" message.
author Karl Heuer <kwzh@gnu.org>
date Thu, 10 Jun 1999 01:19:33 +0000
parents 7b6625bfb652
children a134726a4a15
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Wed Jun 09 17:57:05 1999 +0000
+++ b/lisp/simple.el	Thu Jun 10 01:19:33 1999 +0000
@@ -1142,7 +1142,7 @@
 			     (make-temp-name "scor"))
 		   nil)))
 	    (barf-if-buffer-read-only)
-	    (push-mark)
+	    (push-mark nil t)
 	    ;; We do not use -f for csh; we will not support broken use of
 	    ;; .cshrcs.  Even the BSD csh manual says to use
 	    ;; "if ($?prompt) exit" before things which are not useful