]> code.delx.au - gnu-emacs/commitdiff
(rcirc-connect): Add autoload cookie.
authorRomain Francoise <romain@orebokech.com>
Mon, 27 Mar 2006 20:23:22 +0000 (20:23 +0000)
committerRomain Francoise <romain@orebokech.com>
Mon, 27 Mar 2006 20:23:22 +0000 (20:23 +0000)
lisp/ChangeLog
lisp/net/rcirc.el

index 5acfa3096b8b0b056ee561de5bb6da757c895767..ebd636887cb1a721f7fecceb9579971f8335ffd4 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-27  Romain Francoise  <romain@orebokech.com>
+
+       * net/rcirc.el (rcirc-connect): Add autoload cookie.
+
 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
 
        * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
index 19fc89f429363275a96c2a5343cbe635c1af3fa0..1dae0daa247a23ef90261ce47ed71e44ebd07f84 100644 (file)
@@ -290,6 +290,8 @@ If ARG is non-nil, prompt for a server to connect to."
 (defvar rcirc-topic nil)
 (defvar rcirc-keepalive-timer nil)
 (defvar rcirc-last-server-message-time nil)
+
+;;;###autoload
 (defun rcirc-connect (&optional server port nick user-name full-name startup-channels)
   (add-hook 'window-configuration-change-hook
            'rcirc-window-configuration-change)