[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs 21.1: shell-command-on-region says "Mark set"
From: |
Eli Zaretskii |
Subject: |
Re: Emacs 21.1: shell-command-on-region says "Mark set" |
Date: |
Sat, 09 Mar 2002 12:05:18 +0200 |
> From: Francis Litterio <franl-removethis@world.std.com>
> Newsgroups: gnu.emacs.bug
> Date: Thu, 07 Mar 2002 23:13:12 -0500
>
> In Emacs 21.1, function shell-command-on-region can cause the message
> "Mark set" to appear briefly in the echo area. It is caused by the code
> on line 1443 in simple.el:
>
> (and replace (push-mark))
>
> which should probably be:
>
> (and replace (push-mark (point) 'nomsg))
Thanks, I fixed this for the next release.