1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

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.
This commit is contained in:
Paul Eggert 2017-03-27 11:22:54 -07:00
parent 8ce827426e
commit 55086ef651
10 changed files with 30 additions and 38 deletions

View file

@ -42,8 +42,6 @@
;;
;; (thunk-force delayed)
;; Tests are located at test/automated/thunk-tests.el
;;; Code:
(defmacro thunk-delay (&rest body)