bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Emacs 21.1: shell-command-on-region says "Mark set"


From: Francis Litterio
Subject: Emacs 21.1: shell-command-on-region says "Mark set"
Date: Thu, 07 Mar 2002 23:13:12 -0500
User-agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.1 (i386-msvc-nt5.0.2195)

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))
--
Francis Litterio
franl-removethis@world.std.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]