summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-notify.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/erc/erc-notify.el')
-rw-r--r--lisp/erc/erc-notify.el2
1 files changed, 2 insertions, 0 deletions
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)))