aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2015-11-10 04:39:32 +0200
committerDmitry Gutov2015-11-10 13:31:20 +0200
commitcbc51211f9e4f8f3d4b8a1feaa6cbfd2fd4ac1ca (patch)
treea349825ad6f89ad91a555bbaab63d71c666c1132
parent0f50e5163cf747fcf18124039a82b5156a48316b (diff)
downloademacs-cbc51211f9e4f8f3d4b8a1feaa6cbfd2fd4ac1ca.tar.gz
emacs-cbc51211f9e4f8f3d4b8a1feaa6cbfd2fd4ac1ca.zip
; project-library-roots-function: Update the FIXME
-rw-r--r--lisp/progmodes/project.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 58d5335a6c9..295e544044a 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -38,8 +38,9 @@ Each functions on this hook is called in turn with one
38argument (the directory) and should return either nil to mean 38argument (the directory) and should return either nil to mean
39that it is not applicable, or a project instance.") 39that it is not applicable, or a project instance.")
40 40
41;; FIXME: Using the current approach, we don't have access to the 41;; FIXME: Using the current approach, major modes are supposed to set
42;; "library roots" of language A from buffers of language B, which 42;; this variable to a buffer-local value. So we don't have access to
43;; the "library roots" of language A from buffers of language B, which
43;; seems desirable in multi-language projects, at least for some 44;; seems desirable in multi-language projects, at least for some
44;; potential uses, like "jump to a file in project or library". 45;; potential uses, like "jump to a file in project or library".
45;; 46;;