diff options
author | Romain Francoise <romain@orebokech.com> | 2006-03-27 20:23:22 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2006-03-27 20:23:22 +0000 |
commit | 8d214091effa10209eb9080ce343059395d25b0d (patch) | |
tree | b644331a4b24e33e364541d72f651a5b44620116 /lisp/net | |
parent | 982f3b82807e7636eca4ad2394d01f48bf0b9ef6 (diff) | |
download | emacs-8d214091effa10209eb9080ce343059395d25b0d.tar.gz |
(rcirc-connect): Add autoload cookie.
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/rcirc.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 19fc89f4293..1dae0daa247 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -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) |