diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-10-24 23:55:05 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-10-25 22:41:49 -0400 |
commit | c493e338d3ea49422894ecfdcebe4849bb18f8f6 (patch) | |
tree | f7b6b3c029ca1c10c5f31bb7c72cc5b5b0fd5fff /fdl-1.3.texi | |
parent | 4122fe3c6e350182d40a527d4392edb08e1dcb92 (diff) | |
download | piem-c493e338d3ea49422894ecfdcebe4849bb18f8f6.tar.gz |
piem-notmuch-known-mid-p: Drop call to with-current-buffer
There's no need to switch to the standard-output buffer because it can
be passed as a destination for call-process.
I go back and forth on whether I prefer (with-output-to-string ...) to
(with-temp-buffer ... (buffer-string)), but the main thing I like
about with-output-to-string is that the intention of the code is
declared at the start.
Message-Id: <20211025035505.297281-1-kyle@kyleam.com>
Diffstat (limited to 'fdl-1.3.texi')
0 files changed, 0 insertions, 0 deletions