diff lisp/simple.el @ 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 4c57b458fa9b
children e16164c4f6a9
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