]> code.delx.au - gnu-emacs/commitdiff
; project-library-roots-function: Update the FIXME
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 10 Nov 2015 02:39:32 +0000 (04:39 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 10 Nov 2015 11:31:20 +0000 (13:31 +0200)
lisp/progmodes/project.el

index 58d5335a6c9dfd6279a070f408a6a6553bd63ec5..295e544044a158f93bea4739ebfd9b20348b4605 100644 (file)
@@ -38,8 +38,9 @@ Each functions on this hook is called in turn with one
 argument (the directory) and should return either nil to mean
 that it is not applicable, or a project instance.")
 
-;; FIXME: Using the current approach, we don't have access to the
-;; "library roots" of language A from buffers of language B, which
+;; FIXME: Using the current approach, major modes are supposed to set
+;; this variable to a buffer-local value.  So we don't have access to
+;; the "library roots" of language A from buffers of language B, which
 ;; seems desirable in multi-language projects, at least for some
 ;; potential uses, like "jump to a file in project or library".
 ;;