diff options
author | Glenn Morris <rgm@gnu.org> | 2017-06-06 15:19:58 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-06-06 15:19:58 -0400 |
commit | 30e33e967b9dc38db633e46df9d61d2e25f2d991 (patch) | |
tree | dbac9557cdee207267ab6f9a4ce4004330797e80 | |
parent | a203e717ebe2b5a491b39a52f39e65ef17dc39a5 (diff) | |
download | emacs-30e33e967b9dc38db633e46df9d61d2e25f2d991.tar.gz emacs-30e33e967b9dc38db633e46df9d61d2e25f2d991.tar.bz2 emacs-30e33e967b9dc38db633e46df9d61d2e25f2d991.zip |
; * admin/authors.el (authors-obsolete-files-regexps): Tweak previous.
-rw-r--r-- | admin/authors.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/authors.el b/admin/authors.el index 4ca867f2842..ea94df07879 100644 --- a/admin/authors.el +++ b/admin/authors.el @@ -266,7 +266,7 @@ If REALNAME is nil, ignore that author.") "test/etags/" "indent/" "-resources/" - "admin/unidata/[BINSU]" + "unidata/.*\\.txt\\'" ;; TODO lib/? Matches other things? "build-aux/" "m4/" "Emacs.xcodeproj" "mapfiles" "\\.map\\'" "preferences\\.\\(nib\\|gorm\\)" |