From 1dee7c238bf93b8192cbb615f408bed230fefeda Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 24 Oct 2009 03:54:58 +0000 Subject: [PATCH] (pcomplete-erc-all-nicks): Autoload it, to silence compiler. --- lisp/erc/ChangeLog | 9 +++++++++ lisp/erc/erc-notify.el | 2 ++ 2 files changed, 11 insertions(+) diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 73b14f6f912..20d5f49e7f5 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -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 --git a/lisp/erc/erc-notify.el b/lisp/erc/erc-notify.el index 393a66fb8f6..a7288d234b9 100644 --- a/lisp/erc/erc-notify.el +++ b/lisp/erc/erc-notify.el @@ -234,6 +234,8 @@ with args, toggle notify status of people." '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))) -- 2.39.2