branch: elpa/git-commit commit b620f9d9d2047df5b367a248a5b528e5dcb2d67d Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-emacs-Q-command: Add compat to load-path Re #4669. --- default.mk | 2 ++ lisp/magit-base.el | 1 + 2 files changed, 3 insertions(+) diff --git a/default.mk b/default.mk index a7544e1672..4312170acd 100644 --- a/default.mk +++ b/default.mk @@ -142,6 +142,8 @@ endif ## Load-Path ######################################################### +# Remember to also update magit-emacs-Q-command! + ifndef LOAD_PATH USER_EMACS_DIR = $(HOME)/.emacs.d diff --git a/lisp/magit-base.el b/lisp/magit-base.el index 0538f52db2..289982ddd2 100644 --- a/lisp/magit-base.el +++ b/lisp/magit-base.el @@ -876,6 +876,7 @@ See info node `(magit)Debugging Tools' for more information." ((not (equal lib "libgit")) (error "Cannot find mandatory dependency %s" lib))))) '(;; Like `LOAD_PATH' in `default.mk'. + "compat" "dash" "libgit" "transient"