aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2019-02-06 12:25:09 +0300
committerDmitry Gutov2019-02-07 12:23:08 +0300
commit1289ae999b85c6a8059c2f9116db4fd8dbe3b418 (patch)
tree8844dfe68cc42c5a58db475b7b70938a611eb560
parentb9523857697410d55ffa50316108604a978c1d46 (diff)
downloademacs-1289ae999b85c6a8059c2f9116db4fd8dbe3b418.tar.gz
emacs-1289ae999b85c6a8059c2f9116db4fd8dbe3b418.zip
; project-ignores: Add some TODOs
-rw-r--r--lisp/progmodes/project.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 815cc7cd3d3..8648d0047d1 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -146,6 +146,8 @@ Patterns can match both regular files and directories.
146To root an entry, start it with `./'. To match directories only, 146To root an entry, start it with `./'. To match directories only,
147end it with `/'. DIR must be one of `project-roots' or 147end it with `/'. DIR must be one of `project-roots' or
148`project-external-roots'." 148`project-external-roots'."
149 ;; TODO: Document and support regexp ignores as used by Hg.
150 ;; TODO: Support whitelist entries.
149 (require 'grep) 151 (require 'grep)
150 (defvar grep-find-ignored-files) 152 (defvar grep-find-ignored-files)
151 (nconc 153 (nconc