Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8d214091
Commit
8d214091
authored
Mar 27, 2006
by
Romain Francoise
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(rcirc-connect): Add autoload cookie.
parent
982f3b82
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/rcirc.el
lisp/net/rcirc.el
+2
-0
No files found.
lisp/ChangeLog
View file @
8d214091
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
...
...
lisp/net/rcirc.el
View file @
8d214091
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment