aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-06-14 14:05:24 +0200
committerLars Ingebrigtsen2019-06-14 14:05:30 +0200
commit07df91d45a950d7bef323b57dc7e46b34997143f (patch)
treeae54e3513cc8ce7537c41f3dd83983b6890acd3d /etc
parenta983bf0c4997c59f813e90be17537548909a1052 (diff)
downloademacs-07df91d45a950d7bef323b57dc7e46b34997143f.tar.gz
emacs-07df91d45a950d7bef323b57dc7e46b34997143f.zip
Obsolete erc-send-pre-hook and add new erc-pre-send-function
* lisp/erc/erc.el (erc-send-pre-hook): Make obsolete. (erc-send-input): Ditto. (erc-pre-send-function): New function. (erc-send-input): Use the new function, and silence byte compilation warning about the dynamic variable `str' used by the now-obsolete hook.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 95d7e08074c..043907755ab 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -882,6 +882,11 @@ This option controls whether and how to use Gnus search groups as
882*** 'erc-button-google-url' has been renamed to 'erc-button-search-url' 882*** 'erc-button-google-url' has been renamed to 'erc-button-search-url'
883and its value has been changed to Duck Duck Go. 883and its value has been changed to Duck Duck Go.
884 884
885---
886*** `erc-send-pre-hook' and `erc-send-this' have been obsoleted. The
887variable to use instead to alter text to be sent is now
888`erc-pre-send-function'.
889
885** EUDC 890** EUDC
886 891
887*** XEmacs support has been removed. 892*** XEmacs support has been removed.