From 524a991f884b0c922e5263817d39856dac58c99b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 24 Sep 2016 12:43:40 +0300 Subject: [PATCH] ; * test/src/font-tests.el: Minor copyedits. --- test/src/font-tests.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/src/font-tests.el b/test/src/font-tests.el index 9f730d3148c..f0f0d31efc7 100644 --- a/test/src/font-tests.el +++ b/test/src/font-tests.el @@ -1,4 +1,4 @@ -;;; font-parse-tests.el --- Test suite for font parsing. +;;; font-tests.el --- Test suite for font-related functions. ;; Copyright (C) 2011-2016 Free Software Foundation, Inc. @@ -163,4 +163,5 @@ expected font properties from parsing NAME.") ;; no-byte-compile: t ;; End: -;;; font-parse-tests.el ends here. +(provide 'font-tests) +;;; font-tests.el ends here. -- 2.39.5