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 /etc | |
| 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 'etc')
| -rw-r--r-- | etc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -139,7 +139,7 @@ things in their .emacs. | |||
| 139 | case to make sure it stays fixed. Or pick your favorite programming | 139 | case to make sure it stays fixed. Or pick your favorite programming |
| 140 | major-mode, and write a test for its indentation. Or a version | 140 | major-mode, and write a test for its indentation. Or a version |
| 141 | control backend, and write a test for its status parser. Etc. | 141 | control backend, and write a test for its status parser. Etc. |
| 142 | See test/automated for examples. | 142 | See the 'test' directory for examples. |
| 143 | 143 | ||
| 144 | * Small but important fixes needed in existing features: | 144 | * Small but important fixes needed in existing features: |
| 145 | 145 | ||