Revert "; * rcirc.el (rcirc-print): Prefer sleep-for over sit-for"
This commit is contained in:
parent
ecaedf2117
commit
5767e06b8e
1 changed files with 1 additions and 1 deletions
|
|
@ -2043,7 +2043,7 @@ connection."
|
|||
rcirc-log-process-buffers))
|
||||
(rcirc-log process sender response target text))
|
||||
|
||||
(sleep-for 0) ; displayed text before hook
|
||||
(sit-for 0) ; displayed text before hook
|
||||
(run-hook-with-args 'rcirc-print-functions
|
||||
process sender response target text)))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue