]> git.cworth.org Git - notmuch/commitdiff
emacs: Respect `load-prefer-newer` when loading `notmuch-init-file'
authorSean Whitton <spwhitton@spwhitton.name>
Mon, 1 Jun 2020 06:17:04 +0000 (23:17 -0700)
committerDavid Bremner <david@tethera.net>
Mon, 1 Jun 2020 10:52:28 +0000 (07:52 -0300)
Before this change, `load-prefer-newer' was ignored.

Set NOERROR and MUST-SUFFIX arguments of `load' to t, and NOSUFFIX
argument to nil, to preserve the behaviour of the deleted `let' form.


No differences found