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

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

bug#16752: 24.3.50; pp-to-string deactivates mark


From: Eli Zaretskii
Subject: bug#16752: 24.3.50; pp-to-string deactivates mark
Date: Fri, 14 Feb 2014 12:11:46 +0200

> From: Helmut Eller <eller.helmut@gmail.com>
> Date: Fri, 14 Feb 2014 10:46:08 +0100
> 
> Evaluating this expression returns:
> 
> (list deactivate-mark
>       (pp-to-string '1)
>       deactivate-mark)
> 
> returns (nil "1" t).  Deactivating the mark is a surprising and
> unnecessary side effect.

_Any_ change to _any_ buffer will set deactivate-mark, which is a
global variable.





reply via email to

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