mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(rcirc-connect): Add autoload cookie.
This commit is contained in:
parent
982f3b8280
commit
8d214091ef
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue