Mercurial > emacs
changeset 105743:f8478bbd8ebe
(pcomplete-erc-all-nicks): Autoload it, to silence compiler.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 24 Oct 2009 03:54:58 +0000 |
parents | 97655a0c7e67 |
children | b0a732611398 |
files | lisp/erc/ChangeLog lisp/erc/erc-notify.el |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/erc/ChangeLog Sat Oct 24 03:54:50 2009 +0000 +++ b/lisp/erc/ChangeLog Sat Oct 24 03:54:58 2009 +0000 @@ -1,3 +1,12 @@ +2009-10-24 Glenn Morris <rgm@gnu.org> + + * erc-dcc.el (pcomplete-erc-all-nicks): + * erc-notify.el (pcomplete-erc-all-nicks): + Autoload it, to silence compiler. + + * erc-dcc.el (pcomplete/erc-mode/DCC): Replace cl-function + remove-duplicates with erc-delete-dups. + 2009-09-27 Johan Bockgård <bojohan@gnu.org> * erc-button.el (erc-button-keymap): Bind `follow-link'.
--- a/lisp/erc/erc-notify.el Sat Oct 24 03:54:50 2009 +0000 +++ b/lisp/erc/erc-notify.el Sat Oct 24 03:54:58 2009 +0000 @@ -234,6 +234,8 @@ 'notify_list ?l (mapconcat 'identity erc-notify-list " ")))) t) +(autoload 'pcomplete-erc-all-nicks "erc-pcomplete") + ;;;###autoload (defun pcomplete/erc-mode/NOTIFY () (pcomplete-here (pcomplete-erc-all-nicks)))