Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2f9b4cfc
Commit
2f9b4cfc
authored
May 11, 2014
by
Leo Liu
Browse files
* net/rcirc.el (rcirc-sentinel): Fix last change.
parent
f36f0bca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/rcirc.el
lisp/net/rcirc.el
+1
-1
No files found.
lisp/ChangeLog
View file @
2f9b4cfc
2014-05-11 Leo Liu <sdl.web@gmail.com>
* net/rcirc.el (rcirc-sentinel): Fix last change.
2014-05-08 Sam Steingold <sds@gnu.org>
* net/rcirc.el (rcirc-reconnect-delay): New user option.
...
...
lisp/net/rcirc.el
View file @
2f9b4cfc
...
...
@@ -686,7 +686,7 @@ When 0, do not auto-reconnect."
(when (or (null rcirc-last-connect-time)
(< rcirc-reconnect-delay
(float-time (time-subtract now rcirc-last-connect-time))))
(
setq
sds-
rcirc-
sentinel-last
now
)
(setq rcirc-
last-connect-time
now)
(rcirc-cmd-reconnect nil))))
(run-hook-with-args 'rcirc-sentinel-functions process sentinel))))
...
...
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