projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
285f59c
)
* rcirc.el (rcirc-reconnect): Set rcirc-joined
author
Philip Kaludercic
<philipk@posteo.net>
Sat, 25 Sep 2021 14:25:03 +0000
(16:25 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Sat, 25 Sep 2021 16:31:56 +0000
(18:31 +0200)
lisp/net/rcirc.el
patch
|
blob
|
history
diff --git
a/lisp/net/rcirc.el
b/lisp/net/rcirc.el
index bc67562d2d3e3b568a119261e4c900d5d99f24c1..4e0dd5a71f879d7f4a6fcbed81229523929914e4 100644
(file)
--- a/
lisp/net/rcirc.el
+++ b/
lisp/net/rcirc.el
@@
-840,7
+840,8
@@
If QUIET is non-nil, no not emit a message."
(dolist (buffer (mapcar #'cdr rcirc-buffer-alist))
(when (buffer-live-p buffer)
(with-current-buffer buffer
- (setq mode-line-process ":connecting"))))
+ (setq rcirc-joined (current-time)
+ mode-line-process ":connecting"))))
(let ((nprocess (apply #'rcirc-connect conn-info)))
(when (and (< rcirc-failed-attempts rcirc-reconnect-attempts)
(eq (process-status nprocess) 'failed))