]> git.notmuchmail.org Git - notmuch/commit
Replace `delete-line` with its definition master
authorMichael J Gruber <git@grubix.eu>
Mon, 17 Jun 2024 19:28:25 +0000 (21:28 +0200)
committerDavid Bremner <david@tethera.net>
Wed, 19 Jun 2024 10:38:34 +0000 (07:38 -0300)
commit6b9fccb2e241156ec3f3fcfa334c73df3cb1fb1e
tree820af3392cc8cb80c7eaf54fbce410a332ac32db
parentb526c5ef0e1ae78380e68e5a24170542b884cbe3
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.
test/T630-emacs-draft.sh