From 23efc43d01462ff0e952dd149d26e90cbe8792f0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 24 Sep 2016 12:35:54 +0300 Subject: [PATCH] ; * test/lisp/files-tests.el: Minor copyedits. --- test/lisp/files-tests.el | 5 +++-- 1 file 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 @@ -;;; files.el --- tests for file handling. +;;; files-tests.el --- tests for files.el. ;; Copyright (C) 2012-2016 Free Software Foundation, Inc. @@ -197,4 +197,5 @@ form.") (setenv "FOO" foo-env) (setenv "BAR" bar-env)))) -;;; files.el ends here +(provide 'files-tests) +;;; files-tests.el ends here -- 2.39.5