From 634376231a95ea020b9ed602b3a3e2a7812b0655 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 10 Jun 1999 01:19:33 +0000 Subject: [PATCH] (shell-command): Avoid printing "mark set" message. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 88dc0dac2fd..00d89282496 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1142,7 +1142,7 @@ specifies the value of ERROR-BUFFER." (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 -- 2.39.5