diff options
| author | Lars Ingebrigtsen | 2019-06-14 14:05:24 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-14 14:05:30 +0200 |
| commit | 07df91d45a950d7bef323b57dc7e46b34997143f (patch) | |
| tree | ae54e3513cc8ce7537c41f3dd83983b6890acd3d /etc | |
| parent | a983bf0c4997c59f813e90be17537548909a1052 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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' |
| 883 | and its value has been changed to Duck Duck Go. | 883 | and 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 | ||
| 887 | variable 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. |