summaryrefslogtreecommitdiff
path: root/lisp/cedet
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-08-02 22:04:38 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-08-02 22:04:38 +0200
commitacb8e331ca1e6914d8c158a6f387e84ce08c4f3b (patch)
treed26562e9906d408536ac422de634852c2556ba8f /lisp/cedet
parent44d02d366b7809349d509e6814e67e48d05fef1e (diff)
downloademacs-acb8e331ca1e6914d8c158a6f387e84ce08c4f3b.tar.gz
Don't but out on ~/.git files in ede
* lisp/cedet/ede/detect.el (ede--detect-ldf-root-predicate): Make this work with ~/ as the dir (bug#19521).
Diffstat (limited to 'lisp/cedet')
-rw-r--r--lisp/cedet/ede/detect.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cedet/ede/detect.el b/lisp/cedet/ede/detect.el
index 3dfb84803b7..d65abce4b3c 100644
--- a/lisp/cedet/ede/detect.el
+++ b/lisp/cedet/ede/detect.el
@@ -135,6 +135,8 @@ Return a cons cell:
(defun ede--detect-ldf-root-predicate (dir)
"Non-nil if DIR no longer match `ede--detect-nomatch-auto'."
+ ;; `dir' may be "~/".
+ (setq dir (expand-file-name dir))
(or (ede--detect-stop-scan-p dir)
;; To know if DIR is at the top, we need to look just above
;; to see if there is a match.