]> git.eshelyaron.com Git - emacs.git/commit
Unbreak interactivee eglot--connect for complex contact specs
authorJoão Távora <joaotavora@gmail.com>
Wed, 13 Jan 2021 15:13:32 +0000 (15:13 +0000)
committerJoão Távora <joaotavora@gmail.com>
Wed, 13 Jan 2021 15:13:32 +0000 (15:13 +0000)
commit9622f03b5c679e1d69337c0758507ff3a3928207
treefffce7da535d69a955d17fd50133327a04af3c25
parent30139cc1f482c925861c54e9a6ea06effab02ff1
Unbreak interactivee eglot--connect for complex contact specs

The previous commit for https://github.com/joaotavora/eglot/issues/526 was completely botched.  One has to check
current-prefix-arg for the presence of C-u, not eglot--guess-contact
INTERACTIVE arg.

* eglot.el (eglot--guess-contact): Be more careful when
processing guess.

GitHub-reference: fix https://github.com/joaotavora/eglot/issues/593
lisp/progmodes/eglot.el