mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-21 05:00:47 -08:00
Stub some referenced variables, for Travis
This commit is contained in:
parent
b5a0cd4f30
commit
7c3a6cd70b
1 changed files with 18 additions and 16 deletions
|
|
@ -1664,6 +1664,8 @@
|
||||||
`(bind-key "C-c C-r" #'org-ref-helm-insert-cite-link override-global-map nil)))
|
`(bind-key "C-c C-r" #'org-ref-helm-insert-cite-link override-global-map nil)))
|
||||||
|
|
||||||
(ert-deftest use-package-test/560 ()
|
(ert-deftest use-package-test/560 ()
|
||||||
|
(flet ((executable-find (name)))
|
||||||
|
(let (notmuch-command)
|
||||||
(match-expansion
|
(match-expansion
|
||||||
(use-package notmuch
|
(use-package notmuch
|
||||||
:preface (setq-default notmuch-command (executable-find "notmuch"))
|
:preface (setq-default notmuch-command (executable-find "notmuch"))
|
||||||
|
|
@ -1679,7 +1681,7 @@
|
||||||
(setq-default notmuch-command
|
(setq-default notmuch-command
|
||||||
(executable-find "notmuch")))
|
(executable-find "notmuch")))
|
||||||
(when (symbol-value 'notmuch-command)
|
(when (symbol-value 'notmuch-command)
|
||||||
(require 'notmuch nil nil))))))
|
(require 'notmuch nil nil))))))))
|
||||||
|
|
||||||
(ert-deftest bind-key/:prefix-map ()
|
(ert-deftest bind-key/:prefix-map ()
|
||||||
(match-expansion
|
(match-expansion
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue