]> git.notmuchmail.org Git - notmuch/commit
emacs: notmuch-start-notmuch: avoid storing process buffer twice
authorJonas Bernoulli <jonas@bernoul.li>
Sun, 10 Jan 2021 14:00:43 +0000 (15:00 +0100)
committerDavid Bremner <david@tethera.net>
Wed, 13 Jan 2021 11:07:47 +0000 (07:07 -0400)
commit778950872d699fc0b49c14ee2a2276a0e9a8abe5
tree4d180472a75d70dc52c8055d6fbcca529be348dc
parentdb0fd8e782914b3d7524b775d71a73651f4b4ed2
emacs: notmuch-start-notmuch: avoid storing process buffer twice

The buffer of the error process is accessible using `process-buffer'.
We still have to store the error-buffer in the non-error process
because for that process `process-buffer' obviously returns its own
buffer.
emacs/notmuch-lib.el