From: Jonas Bernoulli Date: Sun, 10 Jan 2021 14:00:50 +0000 (+0100) Subject: emacs: inline notmuch-sexp-eof into only caller X-Git-Tag: 0.32_rc0~149 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=93c95802a4c369c1460bae4d6b8ace8d664a8494;hp=93c95802a4c369c1460bae4d6b8ace8d664a8494;p=notmuch emacs: inline notmuch-sexp-eof into only caller This function had a few issues. - Neither its name nor the old comment before it is called made it clear what it does. - It took one argument but didn't do anything with it. - It's doc-string made a few claims, which are untrue and generally focused on details instead of that its purpose is. ---