branch: elpa/sweeprolog commit caef2e51dc291fdb7033cfb59df354807872ed43 Author: Eshel Yaron <m...@eshelyaron.com> Commit: Eshel Yaron <m...@eshelyaron.com>
* README.org ("Things To Do"): remove outdated item --- README.org | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.org b/README.org index a0a09df773..244528fb74 100644 --- a/README.org +++ b/README.org @@ -1643,13 +1643,6 @@ there some further improvements that we want to pursue: ~help-echo~ property that says what kind of token this is, to expose the precise semantics of each token to the user. -- Add a command for updating the dependencies for the current module :: ~sweeprolog-mode~ - should provide a command for adding and/or updating ~use_module/2~ and - ~autoload/2~ directives as needed according to the predicates that the - current buffer depends on. The directives should be inserted in the - appropriate position, i.e. before the first predicate definition in - the buffer. - - Add a command for interactively inserting a new predicate :: ~sweeprolog-mode~ should provide a command for interactively inserting a new predicate definition, ideally with optional =PlDoc= comments (see [[#sweeprolog-pldoc][Documenting