1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(shell-command): Avoid printing "mark set" message.

This commit is contained in:
Karl Heuer 1999-06-10 01:19:33 +00:00
parent a0730fbd38
commit 634376231a

View File

@ -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