diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/authors.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/authors.el b/admin/authors.el index dc42bc72ef3..6cf7b954491 100644 --- a/admin/authors.el +++ b/admin/authors.el | |||
| @@ -278,7 +278,7 @@ If REALNAME is nil, ignore that author.") | |||
| 278 | 278 | ||
| 279 | 279 | ||
| 280 | (defvar authors-obsolete-files-regexps | 280 | (defvar authors-obsolete-files-regexps |
| 281 | '(".*loaddefs.el$" ; not obsolete, but auto-generated | 281 | '(".*loaddefs\\.el$" ; not obsolete, but auto-generated |
| 282 | "\\.\\(bzr\\|cvs\\|git\\)ignore$" ; obsolete or uninteresting | 282 | "\\.\\(bzr\\|cvs\\|git\\)ignore$" ; obsolete or uninteresting |
| 283 | "\\.arch-inventory$" | 283 | "\\.arch-inventory$" |
| 284 | "ChangeLog\\(\\.[0-9]+\\)?\\'" | 284 | "ChangeLog\\(\\.[0-9]+\\)?\\'" |
| @@ -288,9 +288,9 @@ If REALNAME is nil, ignore that author.") | |||
| 288 | "\\`\\(indent\\|automated\\)\\'" "indent/" "mod-test/" | 288 | "\\`\\(indent\\|automated\\)\\'" "indent/" "mod-test/" |
| 289 | "-resources/" | 289 | "-resources/" |
| 290 | "unidata/.*\\.txt\\'" | 290 | "unidata/.*\\.txt\\'" |
| 291 | "BidiCharacterTest.txt" | 291 | "BidiCharacterTest\\.txt" |
| 292 | ;; TODO lib/? Matches other things? | 292 | ;; TODO lib/? Matches other things? |
| 293 | "build-aux/" "m4/" "Emacs.xcodeproj" "mapfiles" "\\.map\\'" | 293 | "build-aux/" "m4/" "Emacs\\.xcodeproj" "mapfiles" "\\.map\\'" |
| 294 | "preferences\\.\\(nib\\|gorm\\)" | 294 | "preferences\\.\\(nib\\|gorm\\)" |
| 295 | ;; Generated files that have since been removed. | 295 | ;; Generated files that have since been removed. |
| 296 | "\\(refcard\\(-de\\|-pl\\)?\\|calccard\\|dired-ref\\|orgcard\\|\ | 296 | "\\(refcard\\(-de\\|-pl\\)?\\|calccard\\|dired-ref\\|orgcard\\|\ |
| @@ -1183,7 +1183,7 @@ ediff\\|emerge\\|log-edit\\|log-view\\|pcvs\\|smerge-mode\\|vc\\)\\.el\\'" | |||
| 1183 | ("\\`org-\\(ascii\\|beamer\\|html\\|icalendar\\|jsinfo\\|latex\ | 1183 | ("\\`org-\\(ascii\\|beamer\\|html\\|icalendar\\|jsinfo\\|latex\ |
| 1184 | \\|odt\\|publish\\)\\.el\\'" "ox-\\1.el") | 1184 | \\|odt\\|publish\\)\\.el\\'" "ox-\\1.el") |
| 1185 | ;; From test/ to test/automated/. | 1185 | ;; From test/ to test/automated/. |
| 1186 | ("comint-testsuite.el" "automated/\\&") | 1186 | ("comint-testsuite\\.el" "automated/\\&") |
| 1187 | ("\\`\\(bytecomp\\|font-parse\\|icalendar\\|occur\\|newsticker\\)\ | 1187 | ("\\`\\(bytecomp\\|font-parse\\|icalendar\\|occur\\|newsticker\\)\ |
| 1188 | -testsuite\\.el" "\\1-tests.el") | 1188 | -testsuite\\.el" "\\1-tests.el") |
| 1189 | ("automated/flymake/warnpred/\\(Makefile\\|test\\.\\(?:c\\|pl\\)\\)\\'" | 1189 | ("automated/flymake/warnpred/\\(Makefile\\|test\\.\\(?:c\\|pl\\)\\)\\'" |