diff options
| author | Paul Eggert | 2017-03-27 11:22:54 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-03-27 11:30:08 -0700 |
| commit | 55086ef6517bd7294783d08d2b3cd50c330a9e96 (patch) | |
| tree | 9d06a6909dd620aa6ab26546b5b86c7dd36d9d91 /admin | |
| parent | 8ce827426e5400f2be80ae5d7394b74d8dd90373 (diff) | |
| download | emacs-55086ef6517bd7294783d08d2b3cd50c330a9e96.tar.gz emacs-55086ef6517bd7294783d08d2b3cd50c330a9e96.zip | |
Fix obsolete ‘test/automated’ references
* Makefile.in (mostlyclean, clean, maybeclean_dirs, distclean)
(bootstrap-clean, maintainer-clean):
Clean ‘test’, not ‘test/automated’. Test for existence of
subdirectory only for ‘test’, not for directories that should
always exist.
* admin/MAINTAINERS, etc/TODO, lisp/emacs-lisp/bytecomp.el:
* lisp/emacs-lisp/seq.el, lisp/emacs-lisp/thunk.el:
* lisp/man.el (Man-parse-man-k):
* lisp/url/url-domsuf.el, make-dist:
* test/file-organization.org:
Fix obsolete references to test/automated.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/MAINTAINERS | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS index 5aff8242887..c13cb552a78 100644 --- a/admin/MAINTAINERS +++ b/admin/MAINTAINERS | |||
| @@ -82,11 +82,11 @@ Simen Heggestøyl | |||
| 82 | 82 | ||
| 83 | Nicolas Petton | 83 | Nicolas Petton |
| 84 | lisp/emacs-lisp/map.el | 84 | lisp/emacs-lisp/map.el |
| 85 | test/automated/map-tests.el | 85 | test/lisp/emac-lisp/map-tests.el |
| 86 | lisp/emacs-lisp/seq.el | 86 | lisp/emacs-lisp/seq.el |
| 87 | test/automated/seq-tests.el | 87 | test/lisp/emac-lisp/seq-tests.el |
| 88 | lisp/emacs-lisp/thunk.el | 88 | lisp/emacs-lisp/thunk.el |
| 89 | test/automated/thunk-tests.el | 89 | test/lisp/emac-lisp/thunk-tests.el |
| 90 | 90 | ||
| 91 | The GNU AUCTeX maintainers (auctex-devel@gnu.org) | 91 | The GNU AUCTeX maintainers (auctex-devel@gnu.org) |
| 92 | RefTeX | 92 | RefTeX |
| @@ -104,7 +104,7 @@ The GNU AUCTeX maintainers (auctex-devel@gnu.org) | |||
| 104 | 104 | ||
| 105 | Dmitry Gutov | 105 | Dmitry Gutov |
| 106 | lisp/progmodes/ruby-mode.el | 106 | lisp/progmodes/ruby-mode.el |
| 107 | test/automated/ruby-mode-tests.el | 107 | test/lisp/progmodes/ruby-mode-tests.el |
| 108 | test/indent/ruby.rb | 108 | test/indent/ruby.rb |
| 109 | lisp/progmodes/xref.el | 109 | lisp/progmodes/xref.el |
| 110 | lisp/progmodes/project.el | 110 | lisp/progmodes/project.el |
| @@ -119,11 +119,11 @@ Ulf Jasper | |||
| 119 | lisp/net/newst-ticker.el | 119 | lisp/net/newst-ticker.el |
| 120 | lisp/net/newst-treeview.el | 120 | lisp/net/newst-treeview.el |
| 121 | lisp/net/newsticker.el | 121 | lisp/net/newsticker.el |
| 122 | test/automated/newsticker-tests.el | 122 | test/lisp/net/newsticker-tests.el |
| 123 | 123 | ||
| 124 | Icalendar | 124 | Icalendar |
| 125 | lisp/calendar/icalendar.el | 125 | lisp/calendar/icalendar.el |
| 126 | test/automated/icalendar-tests.el | 126 | test/lisp/calendar/icalendar-tests.el |
| 127 | 127 | ||
| 128 | ============================================================================== | 128 | ============================================================================== |
| 129 | 2. Areas that someone is willing to maintain, although he would not | 129 | 2. Areas that someone is willing to maintain, although he would not |