aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-09-24 12:35:54 +0300
committerEli Zaretskii2016-09-24 12:35:54 +0300
commit23efc43d01462ff0e952dd149d26e90cbe8792f0 (patch)
tree63554ac46652bebf80f91d18d4c58554ecea06ef
parent4f05e930ca9ca4fa87aa2bc83187590432d792bd (diff)
downloademacs-23efc43d01462ff0e952dd149d26e90cbe8792f0.tar.gz
emacs-23efc43d01462ff0e952dd149d26e90cbe8792f0.zip
; * test/lisp/files-tests.el: Minor copyedits.
-rw-r--r--test/lisp/files-tests.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/lisp/files-tests.el b/test/lisp/files-tests.el
index 56150c1a7f0..479848abb23 100644
--- a/test/lisp/files-tests.el
+++ b/test/lisp/files-tests.el
@@ -1,4 +1,4 @@
1;;; files.el --- tests for file handling. 1;;; files-tests.el --- tests for files.el.
2 2
3;; Copyright (C) 2012-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2012-2016 Free Software Foundation, Inc.
4 4
@@ -197,4 +197,5 @@ form.")
197 (setenv "FOO" foo-env) 197 (setenv "FOO" foo-env)
198 (setenv "BAR" bar-env)))) 198 (setenv "BAR" bar-env))))
199 199
200;;; files.el ends here 200(provide 'files-tests)
201;;; files-tests.el ends here