]> git.notmuchmail.org Git - notmuch/commit
emacs/show: use read-shell-command instead of read-string
authorAntoine Beaupré <anarcat@debian.org>
Tue, 30 Aug 2022 14:17:45 +0000 (10:17 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 3 Sep 2022 11:12:16 +0000 (08:12 -0300)
commita3b46fa8bbfaf6651f5055bb27aa52a0ef0d3ba2
treee3e8abc970b7b534446aa8b84d5e2767ed9c5027
parent684eeb65c7f63bb5dff457f38cc0cc9a2f56ff2b
emacs/show: use read-shell-command instead of read-string

This enables auto-completion of commands, something which plain
read-string does not do. It's otherwise a drop-in
replacement. According to `C-h f`, read-shell-command was introduced
in Emacs 23.1 or earlier.
emacs/notmuch-show.el