]> git.eshelyaron.com Git - emacs.git/commit
Add new special text attribute cursor-face
authorJimmy Aguilar Mena <spacibba@aol.com>
Sun, 13 Mar 2022 18:26:23 +0000 (19:26 +0100)
committerJimmy Aguilar Mena <spacibba@aol.com>
Sun, 13 Mar 2022 18:32:42 +0000 (19:32 +0100)
commitfd7bde612ab7a027651ffa29cb390aeb67679d8b
treefb985bd233c8999d28b0863d1d6ce057f54c7de2
parent49d1fe522215d64639f62b4737c3e45f75f94eab
Add new special text attribute cursor-face

Reuse the functions for highlight region.
* lisp/simple.el (redisplay-unhighlight-overlay-function) :
(redisplay-highlight-overlay-function) : New functions from previous
lambda
(redisplay-unhighlight-region-function) :
(redisplay-highlight-region-function) : Redefined with the new functions.
(redisplay--update-cursor-property-highlight) : New function for
pre-redisplay-functions.
doc/lispref/text.texi
etc/NEWS
lisp/simple.el