diff options
| author | Karl Heuer <kwzh@gnu.org> | 1999-06-10 01:19:33 +0000 |
|---|---|---|
| committer | Karl Heuer <kwzh@gnu.org> | 1999-06-10 01:19:33 +0000 |
| commit | 634376231a95ea020b9ed602b3a3e2a7812b0655 (patch) | |
| tree | 57fcad42de2e09806548fce17309e9858aa6ed18 /lisp | |
| parent | a0730fbd38eacadc67a854e66345c5d4576fc8a4 (diff) | |
| download | emacs-634376231a95ea020b9ed602b3a3e2a7812b0655.tar.gz | |
(shell-command): Avoid printing "mark set" message.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
