]> code.delx.au - gnu-emacs/commitdiff
(pcomplete-erc-all-nicks): Autoload it, to silence compiler.
authorGlenn Morris <rgm@gnu.org>
Sat, 24 Oct 2009 03:54:58 +0000 (03:54 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 24 Oct 2009 03:54:58 +0000 (03:54 +0000)
lisp/erc/ChangeLog
lisp/erc/erc-notify.el

index 73b14f6f91226b1d11211155e0b8e429d160fedb..20d5f49e7f572f58b58c3d9eec236a0a01525102 100644 (file)
@@ -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'.
index 393a66fb8f69c01cedfcbf2b2eb1876749dfdcd3..a7288d234b90e0f4de614bbc00cd25acdd92004f 100644 (file)
@@ -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)))