1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(shell-command-on-region): Call push-mark with

non-nil second arg, to suppress the "Mark set" message.
This commit is contained in:
Eli Zaretskii 2002-03-09 09:06:04 +00:00
parent ad497129ba
commit 3088377355
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
* simple.el (shell-command-on-region): Call push-mark with
non-nil second arg, to suppress the "Mark set" message.
2002-03-08 Andreas Schwab <schwab@suse.de>
* textmodes/texinfo.el: Change Maintainer to FSF, as requested by

View File

@ -1424,7 +1424,7 @@ specifies the value of ERROR-BUFFER."
(let ((swap (and replace (< start end))))
;; Don't muck with mark unless REPLACE says we should.
(goto-char start)
(and replace (push-mark))
(and replace (push-mark (point) 'nomsg))
(setq exit-status
(call-process-region start end shell-file-name t
(if error-file