X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=201d7ec8593f376c1ae9f20a3671eff52535e4bc;hp=e16a1b971bd5e29bb3b78ba9f3a823c0b39acb85;hb=3c1eea5646fcf33d66acb874d82f3518a75c24de;hpb=0c565fa29fc29f74209d4343e2fc88f3b8008aaa diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index e16a1b97..201d7ec8 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -25,6 +25,10 @@ (require 'mm-decode) (require 'cl) +(unless (require 'notmuch-version nil t) + (defconst notmuch-emacs-version "unknown" + "Placeholder variable when notmuch-version.el[c] is not available.")) + (autoload 'notmuch-jump-search "notmuch-jump" "Jump to a saved search by shortcut key." t)