Add the ability to exclude dir-locals from subdirs. (Bug#8100)
authorGlenn Morris <rgm@gnu.org>
Tue, 1 Mar 2011 03:05:28 +0000 (19:05 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 1 Mar 2011 03:05:28 +0000 (19:05 -0800)
commit6640b281f372aebe09d0e323b79a9aa7c311fcc2
treef18250d5164ee22f85af3d5668ece566de9871ff
parentcead857b3afcf0ed0166f397cb69c478a6c368f6
Add the ability to exclude dir-locals from subdirs.  (Bug#8100)

* lisp/files.el (dir-locals-collect-variables):
Add the ability to exclude subdirectories.

* doc/emacs/custom.texi (Directory Variables):
Give an example of excluding subdirectories.

* doc/lispref/variables.texi (Directory Local Variables):
Mention `(subdirs . nil)' alist element.

* etc/NEWS: Mention this addition.

* lisp/dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
doc/emacs/ChangeLog
doc/emacs/custom.texi
doc/lispref/ChangeLog
doc/lispref/variables.texi
etc/NEWS
lisp/ChangeLog
lisp/dired-x.el
lisp/files.el