From: Dmitry Gutov Date: Thu, 18 Feb 2021 03:06:33 +0000 (+0200) Subject: Move 'project-try-ede' to the back of 'project-find-functions' X-Git-Tag: emacs-28.0.90~3667 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8358637936c455d906675932db4cbf90c35b6c53;p=emacs.git Move 'project-try-ede' to the back of 'project-find-functions' * lisp/cedet/ede.el (project-find-functions): Move 'project-try-ede' further back, so that 'project-try-vc' has priority (bug46202). --- diff --git a/lisp/cedet/ede.el b/lisp/cedet/ede.el index e3cc9062ed4..369a9f7e713 100644 --- a/lisp/cedet/ede.el +++ b/lisp/cedet/ede.el @@ -1518,7 +1518,7 @@ It does not apply the value to buffers." ;;; FIXME: Could someone look into implementing `project-ignores' for ;;; EDE and/or a faster `project-files'? -(add-hook 'project-find-functions #'project-try-ede) +(add-hook 'project-find-functions #'project-try-ede 50) (provide 'ede)