]> git.eshelyaron.com Git - emacs.git/commit
Eglot: don't use "nil" as minibuffer initial input
authorEshel Yaron <me@eshelyaron.com>
Sat, 14 Jan 2023 08:12:11 +0000 (10:12 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Jan 2023 08:12:11 +0000 (10:12 +0200)
commitf1032bf24e79cf32341473c5d9f447c4c74f9d2b
tree8afe71a4fc33b6bb007ecfe23b2371c66cbec3b1
parent1b9ffd281162794e71a7e6a4d26cfbb3991c0cde
Eglot: don't use "nil" as minibuffer initial input

Doing M-x eglot in a buffer for which buffer-file-name is nil, prompts
the user for a major mode to manage by invoking completing-read.  The
way completing-read was called would end up with the string "nil" as
the initial minibuffer input, which is not very useful nor is it a
valid input.
* lisp/progmodes/eglot.el (eglot--guess-contact): Tweak prompt for
major mode.  (Bug#60379)

Copyright-paperwork-exempt: yes
lisp/progmodes/eglot.el