emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 1289ae9 1/3: ; project-ignores: Add some TODOs


From: Dmitry Gutov
Subject: [Emacs-diffs] master 1289ae9 1/3: ; project-ignores: Add some TODOs
Date: Thu, 7 Feb 2019 04:27:53 -0500 (EST)

branch: master
commit 1289ae999b85c6a8059c2f9116db4fd8dbe3b418
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; project-ignores: Add some TODOs
---
 lisp/progmodes/project.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 815cc7c..8648d00 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -146,6 +146,8 @@ Patterns can match both regular files and directories.
 To root an entry, start it with `./'.  To match directories only,
 end it with `/'.  DIR must be one of `project-roots' or
 `project-external-roots'."
+  ;; TODO: Document and support regexp ignores as used by Hg.
+  ;; TODO: Support whitelist entries.
   (require 'grep)
   (defvar grep-find-ignored-files)
   (nconc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]