sshirokov / ZNC.el

Make ERC and ZNC get along more goodest.
MIT License
56 stars 20 forks source link

When prompting, don't use initial-input, use default #28

Closed vincentbernat closed 3 years ago

vincentbernat commented 6 years ago

The initial-input parameter of completing-read is deprecated. It is better to use the default parameter. It enables a user to directly type and complete its choice, without having to delete the initial input.

ghost commented 3 years ago

tests and it looks good, thanks