]> git.eshelyaron.com Git - emacs.git/commitdiff
Move 'project-try-ede' to the back of 'project-find-functions'
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 18 Feb 2021 03:06:33 +0000 (05:06 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 18 Feb 2021 03:06:33 +0000 (05:06 +0200)
* lisp/cedet/ede.el (project-find-functions):
Move 'project-try-ede' further back, so that 'project-try-vc' has
priority (bug46202).

lisp/cedet/ede.el

index e3cc9062ed41e2dee1b29069ba000ee63e851d2a..369a9f7e713b44f342495c75c84d2b047b8ed85a 100644 (file)
@@ -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)