non-nil second arg, to suppress the "Mark set" message.
+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
(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