From: David Bremner Date: Sat, 23 Oct 2021 17:05:24 +0000 (-0300) Subject: emacs: don't add space to tag completion candidates. X-Git-Tag: 0.35_rc0~77 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=20b2150406e1f80af6417ac601ff366de7eb804b;hp=20b2150406e1f80af6417ac601ff366de7eb804b;p=notmuch emacs: don't add space to tag completion candidates. 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. ---