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-07 Gerd Moellmann <gerd@gnu.org>
* progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
(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