aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2020-05-28 23:01:08 +0300
committerDmitry Gutov2020-05-29 02:05:05 +0300
commit7af4e72de2488dd44a42d68effe7071d41c13028 (patch)
tree6e97d2bbdfac218255e8439b6254912636a69484
parent7f692114cdc983cc04b05dd31d3119d0f48c38d3 (diff)
downloademacs-7af4e72de2488dd44a42d68effe7071d41c13028.tar.gz
emacs-7af4e72de2488dd44a42d68effe7071d41c13028.zip
; project.el: Update TODO
-rw-r--r--lisp/progmodes/project.el4
1 files changed, 1 insertions, 3 deletions
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 @@
77;; whole Emacs session, independent of the current directory. Or, 77;; whole Emacs session, independent of the current directory. Or,
78;; in the more advanced case, open a set of projects, and have some 78;; in the more advanced case, open a set of projects, and have some
79;; project-related commands to use them all. E.g., have a command 79;; project-related commands to use them all. E.g., have a command
80;; to search for a regexp across all open projects. Provide a 80;; to search for a regexp across all open projects.
81;; history of projects that were opened in the past (storing it as a
82;; list of directories should suffice).
83;; 81;;
84;; * Support for project-local variables: a UI to edit them, and a 82;; * Support for project-local variables: a UI to edit them, and a
85;; utility function to retrieve a value. Probably useless without 83;; utility function to retrieve a value. Probably useless without