diff options
Diffstat (limited to 'lisp/cedet/ede/base.el')
| -rw-r--r-- | lisp/cedet/ede/base.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/base.el b/lisp/cedet/ede/base.el index da36919b23a..8b0bd261daf 100644 --- a/lisp/cedet/ede/base.el +++ b/lisp/cedet/ede/base.el @@ -413,7 +413,7 @@ Specifying PARENT is useful for sub-sub projects relative to the root project." (defmethod ede-subproject-p ((proj ede-project)) "Return non-nil if PROJ is a sub project." ;; @TODO - Use this in more places, and also pay attention to - ;; metasubproject in ede-proj.el + ;; metasubproject in ede/proj.el (ede-parent-project proj)) |
