Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
749fe7a9
Commit
749fe7a9
authored
Jun 11, 1999
by
David Byers
Browse files
Fixed accept-async in startup
parent
647ac0c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/startup.el
View file @
749fe7a9
...
...
@@ -270,9 +270,9 @@ CONNECT %s:%d HTTP/1.0\r\n\
(defun lyskom-accept-async ()
(let ((res (blocking-do 'accept-async '(5 7 8 9 11 12 13 14 15 16 17 18)))
)
(when (and (null res
)
(eq 50 lyskom-errno
))
(let
*
((res (blocking-do 'accept-async '(5 7 8 9 11 12 13 14 15 16 17 18)))
(ans (blocking-do 'query-async))
)
(unless (memq 15 (listify-vector ans
))
(blocking-do 'accept-async '(0 5 7 8 9 11 12 13 14 16 17 18)))))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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