]> git.eshelyaron.com Git - emacs.git/commit
Fix some side-effecting uses of make-text-button
authorBasil L. Contovounesios <contovob@tcd.ie>
Thu, 4 Jun 2020 22:08:28 +0000 (23:08 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Thu, 4 Jun 2020 22:30:34 +0000 (23:30 +0100)
commitf51f9634788323b3bf2dde59d0d20a8ca8fbfeaf
tree4fb1157114ea55bc02a6d29bca2b5ba737c76b5e
parent25390b28c43401caee749554871217d3436ea9bd
Fix some side-effecting uses of make-text-button

For discussion, see the following thread:
https://lists.gnu.org/archive/html/emacs-devel/2020-06/msg00117.html

* lisp/apropos.el (apropos-library-button):
* lisp/help-fns.el (help-fns--first-release): Return result of
make-text-button instead of relying on its side effects.
* lisp/ibuf-ext.el (ibuffer-old-saved-filters-warning): Avoid
modifying an immutable string.
lisp/apropos.el
lisp/help-fns.el
lisp/ibuf-ext.el