projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecaedf2
)
Revert "; * rcirc.el (rcirc-print): Prefer sleep-for over sit-for"
author
Philip Kaludercic
<philipk@posteo.net>
Sat, 19 Feb 2022 21:04:44 +0000
(22:04 +0100)
committer
Philip Kaludercic
<philipk@posteo.net>
Sat, 19 Feb 2022 21:04:44 +0000
(22:04 +0100)
lisp/net/rcirc.el
patch
|
blob
|
history
diff --git
a/lisp/net/rcirc.el
b/lisp/net/rcirc.el
index 9bbba6dfbee1582788017875cb6e72536b80d141..9d1600ed72f167e1a7ff02ac4b6695d5a837d9dc 100644
(file)
--- a/
lisp/net/rcirc.el
+++ b/
lisp/net/rcirc.el
@@
-2043,7
+2043,7
@@
connection."
rcirc-log-process-buffers))
(rcirc-log process sender response target text))
- (s
leep-for 0)
; displayed text before hook
+ (s
it-for 0)
; displayed text before hook
(run-hook-with-args 'rcirc-print-functions
process sender response target text)))))