]> git.eshelyaron.com Git - emacs.git/commit
Add unbuttonize-region
authorRobert Pluim <rpluim@gmail.com>
Wed, 25 Sep 2024 13:49:53 +0000 (15:49 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 14 Oct 2024 17:38:17 +0000 (19:38 +0200)
commit79a08c6a184e6432444cb13ff38468bcc6b7c8d4
treeea1600fd117c505421b3bc65dadd59f2988fffbd
parentf977d99304be377df7110c575f23c12b57311008
Add unbuttonize-region

* doc/lispref/display.texi (Making Buttons): Document it.
* lisp/button.el (unbuttonize-region): New function, removes all
buttons in the specified region.

(cherry picked from commit 08ee074a6f140a82e327fba446c05c96fe64932c)
doc/lispref/display.texi
etc/NEWS
lisp/button.el