Replace delete-line with its definition

37c022ae ("Use `without-restriction` in `with-temporary-notmuch-message-buffer`", 2024-03-14)
introduced `delete-line` in a test, but this is Emacs 29 and above only.
Replace it with its (almost) definition.
This commit is contained in:
Michael J Gruber 2024-06-17 21:28:25 +02:00 committed by David Bremner
parent b526c5ef0e
commit 6b9fccb2e2

View file

@ -76,7 +76,7 @@ add_email_corpus attachment
test_begin_subtest "Saving a draft keeps hidden headers"
test_emacs '(notmuch-mua-new-reply "id:874llc2bkp.fsf@curie.anarc.at")
(message-goto-subject)
(delete-line)
(delete-region (line-beginning-position) (line-beginning-position 2))
(insert "Subject: draft-test-reply\n")
(test-output "DRAFT")
(notmuch-draft-postpone)