]> git.eshelyaron.com Git - emacs.git/commit
Add command project-remove-known-project
authorTheodor Thornhill <theo@thornhill.no>
Sun, 21 Mar 2021 23:19:23 +0000 (00:19 +0100)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 24 Mar 2021 23:15:50 +0000 (01:15 +0200)
commit275be44dd44de4b7413490ffad912935fe2e1763
tree72ffaacaabea1e5c9efd5bac0ec5cba9ff54c829
parent8e9835c673da09b77f478c769a1579104120a901
Add command project-remove-known-project

* etc/NEWS: Mention the new command.

* lisp/progmodes/project.el (project--remove-from-project-list): Add
new argument, report-message, used to signal various messages when
removal has happened.

* lisp/progmodes/project.el (project-remove-known-project): New
command that removes the selected directory from the project-list-file.

* lisp/progmodes/project.el (project-current): Add the report message.

* doc/emacs/maintaining.text: Add information about the new command to
the manual.
doc/emacs/maintaining.texi
etc/NEWS
lisp/progmodes/project.el