* eglot.el (eglot--guess-contact): Add back
'split-string-and-unquote' lost in https://github.com/joaotavora/eglot/issues/940 fix.
GitHub-reference: per https://github.com/joaotavora/eglot/issues/940
program guess))))))
(contact
(or (and prompt
- (read-shell-command
- prompt
- full-program-invocation
- 'eglot-command-history))
+ (split-string-and-unquote
+ (read-shell-command
+ prompt
+ full-program-invocation
+ 'eglot-command-history)))
guess)))
(list managed-mode (eglot--current-project) class contact language-id)))