]> git.cworth.org Git - notmuch/commitdiff
emacs: don't add space to tag completion candidates.
authorDavid Bremner <david@tethera.net>
Sat, 23 Oct 2021 17:05:24 +0000 (14:05 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 4 Dec 2021 16:56:43 +0000 (12:56 -0400)
Apparently this messes up various third party completion
frameworks. This change does mean that users will have to hit space
after completing a tag change in order to enter another change.

As a bonus, remove the call to #'delete, since
completing-read-multiple already promises to remove empty strings.


No differences found