From: Dmitry Gutov Date: Thu, 28 May 2020 20:01:08 +0000 (+0300) Subject: ; project.el: Update TODO X-Git-Tag: emacs-28.0.90~7258 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7af4e72de2488dd44a42d68effe7071d41c13028;p=emacs.git ; project.el: Update TODO --- diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index a3e81d4d3aa..92293d0e2d7 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -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