summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-10-13 15:52:43 -0400
committerGlenn Morris <rgm@gnu.org>2014-10-13 15:52:43 -0400
commit440cb8f6cca0ec36a4f83b5ab0b31d615036a5d7 (patch)
tree3fb73cd73c377d9994ceeae4933b54b89386f472
parent7dbd8a2cb68b904103793f39fd8b836556f1c4ac (diff)
downloademacs-440cb8f6cca0ec36a4f83b5ab0b31d615036a5d7.tar.gz
Tweak previous authors.el change
-rw-r--r--lisp/emacs-lisp/authors.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el
index cb884241d5e..51bd41530cc 100644
--- a/lisp/emacs-lisp/authors.el
+++ b/lisp/emacs-lisp/authors.el
@@ -242,7 +242,7 @@ If REALNAME is nil, ignore that author.")
'(".*loaddefs.el$" ; not obsolete, but auto-generated
"\\.\\(cvs\\|git\\)ignore$" ; obsolete or uninteresting
"\\.arch-inventory$"
- "automated/data" ; not interesting
+ "automated/data/" ; not interesting
;; TODO lib/? Matches other things?
"build-aux/" "m4/" "Emacs.xcodeproj" "mapfiles" "\\.map\\'"
"preferences\\.\\(nib\\|gorm\\)"
@@ -254,7 +254,7 @@ Changes to files matching one of the regexps in this list are not listed.")
(defconst authors-no-scan-regexps
'("etc/nxml/"
- "automated/data")
+ "automated/data/")
"Lists of regexps matching files not to scan for authorship.")
(defconst authors-ignored-files