# HG changeset patch # User Glenn Morris # Date 1256356498 0 # Node ID f8478bbd8ebedb6c816c677b319bddf2436bfdd5 # Parent 97655a0c7e6775786dd6c18312f1984153811402 (pcomplete-erc-all-nicks): Autoload it, to silence compiler. diff -r 97655a0c7e67 -r f8478bbd8ebe lisp/erc/ChangeLog --- 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 + + * 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 * erc-button.el (erc-button-keymap): Bind `follow-link'. diff -r 97655a0c7e67 -r f8478bbd8ebe lisp/erc/erc-notify.el --- 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)))