diff options
| author | Philip Kaludercic | 2022-02-19 22:04:44 +0100 |
|---|---|---|
| committer | Philip Kaludercic | 2022-02-19 22:04:44 +0100 |
| commit | 5767e06b8e7662bc76c199b3bcb3d5d09c6d9ca2 (patch) | |
| tree | a9d8eb6b5e3a87b445dbdb6b0260dd75e1a5ee0a | |
| parent | ecaedf2117cb015ad4028e4d6fc7058608c98096 (diff) | |
| download | emacs-5767e06b8e7662bc76c199b3bcb3d5d09c6d9ca2.tar.gz emacs-5767e06b8e7662bc76c199b3bcb3d5d09c6d9ca2.zip | |
Revert "; * rcirc.el (rcirc-print): Prefer sleep-for over sit-for"
| -rw-r--r-- | lisp/net/rcirc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 9bbba6dfbee..9d1600ed72f 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el | |||
| @@ -2043,7 +2043,7 @@ connection." | |||
| 2043 | rcirc-log-process-buffers)) | 2043 | rcirc-log-process-buffers)) |
| 2044 | (rcirc-log process sender response target text)) | 2044 | (rcirc-log process sender response target text)) |
| 2045 | 2045 | ||
| 2046 | (sleep-for 0) ; displayed text before hook | 2046 | (sit-for 0) ; displayed text before hook |
| 2047 | (run-hook-with-args 'rcirc-print-functions | 2047 | (run-hook-with-args 'rcirc-print-functions |
| 2048 | process sender response target text))))) | 2048 | process sender response target text))))) |
| 2049 | 2049 | ||