From: Sean Whitton Date: Mon, 1 Jun 2020 06:17:04 +0000 (-0700) Subject: emacs: Respect `load-prefer-newer` when loading `notmuch-init-file' X-Git-Tag: archive/debian/0.30_rc0-1~8 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=3e6e219384b75fbb0f067c59a0ae279bab5be7ff;hp=3e6e219384b75fbb0f067c59a0ae279bab5be7ff;p=notmuch emacs: Respect `load-prefer-newer` when loading `notmuch-init-file' 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. ---