]> git.eshelyaron.com Git - emacs.git/commit
New user variable `exchange-point-and-mark-highlight-region`
authorThierry Volpiatto <thievol@posteo.net>
Sun, 9 Mar 2025 15:08:41 +0000 (16:08 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 19:00:05 +0000 (20:00 +0100)
commit8bbabdf5a1804cc18b698c2082fd47dd6c3fc299
tree83a1a1c5433f450f59b5569a5d46a8e63e7ef04d
parent5f161a186ac4a8e92b2f0241135be8a8a447b242
New user variable `exchange-point-and-mark-highlight-region`

When set to nil, this modifies `exchange-point-and-mark' so that it doesn't
activate mark when it is not already active.

* etc/NEWS: Introduce new variable
exchange-point-and-mark-highlight-region.

* lisp/simple.el
(exchange-point-and-mark-highlight-region): New.
(exchange-point-and-mark): Use it.

(cherry picked from commit ef79c8cf3d63f510107536901925c05e37740275)
lisp/simple.el