From: Karl Heuer Date: Thu, 10 Jun 1999 01:19:33 +0000 (+0000) Subject: (shell-command): Avoid printing "mark set" message. X-Git-Tag: emacs-20.4~124 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=634376231a95ea020b9ed602b3a3e2a7812b0655;p=emacs.git (shell-command): Avoid printing "mark set" message. --- 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