]> git.eshelyaron.com Git - emacs.git/commit
Deprecate option erc-remove-parsed-property
authorF. Jason Park <jp@neverwas.me>
Tue, 3 Oct 2023 07:00:19 +0000 (00:00 -0700)
committerF. Jason Park <jp@neverwas.me>
Fri, 13 Oct 2023 14:47:01 +0000 (07:47 -0700)
commitf97fdf5e50ebf1aab236b4b8bbd09c203a56aac5
tree37dafd46d13cece978d625677287f5f017c71ab0
parent9c2f99b7d7325149c6926fa7ccc4e84fa7a695f6
Deprecate option erc-remove-parsed-property

* etc/ERC-NEWS: Add entry for `erc-remove-parsed-property'.
* lisp/erc/erc.el (erc-remove-parsed-property): Deprecate option
because the potential for inadvertent self harm outweighs the
potential benefits.  Additionally, replicating this functionality via
hooks is trivial.
(erc-display-line-1): Remove quasi-deprecated `tags' property because
the preferred format for `erc-response.tags' has changed, and ERC has
never supported IRCv3 tags.
etc/ERC-NEWS
lisp/erc/erc.el