]> git.eshelyaron.com Git - emacs.git/commitdiff
; project.el: Update TODO
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 28 May 2020 20:01:08 +0000 (23:01 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 28 May 2020 23:05:05 +0000 (02:05 +0300)
lisp/progmodes/project.el

index a3e81d4d3aadb064913cd29c4d6da566ae42d82c..92293d0e2d7d764289b09f26a8b111d5815c22e0 100644 (file)
@@ -77,9 +77,7 @@
 ;;   whole Emacs session, independent of the current directory.  Or,
 ;;   in the more advanced case, open a set of projects, and have some
 ;;   project-related commands to use them all.  E.g., have a command
-;;   to search for a regexp across all open projects.  Provide a
-;;   history of projects that were opened in the past (storing it as a
-;;   list of directories should suffice).
+;;   to search for a regexp across all open projects.
 ;;
 ;; * Support for project-local variables: a UI to edit them, and a
 ;;   utility function to retrieve a value.  Probably useless without