emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/erc ChangeLog erc-notify.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/erc ChangeLog erc-notify.el
Date: Sat, 24 Oct 2009 03:54:59 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/10/24 03:54:59

Modified files:
        lisp/erc       : ChangeLog erc-notify.el 

Log message:
        (pcomplete-erc-all-nicks): Autoload it, to silence compiler.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/erc/ChangeLog?cvsroot=emacs&r1=1.102&r2=1.103
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/erc/erc-notify.el?cvsroot=emacs&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/erc/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -b -r1.102 -r1.103
--- ChangeLog   27 Sep 2009 13:08:27 -0000      1.102
+++ ChangeLog   24 Oct 2009 03:54:58 -0000      1.103
@@ -1,3 +1,12 @@
+2009-10-24  Glenn Morris  <address@hidden>
+
+       * 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  <address@hidden>
 
        * erc-button.el (erc-button-keymap): Bind `follow-link'.

Index: erc-notify.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/erc/erc-notify.el,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- erc-notify.el       5 Jan 2009 03:21:34 -0000       1.10
+++ erc-notify.el       24 Oct 2009 03:54:59 -0000      1.11
@@ -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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]