From: Eli Zaretskii Date: Sat, 24 Sep 2016 09:43:40 +0000 (+0300) Subject: ; * test/src/font-tests.el: Minor copyedits. X-Git-Tag: emacs-26.0.90~1559 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=524a991f884b0c922e5263817d39856dac58c99b;p=emacs.git ; * test/src/font-tests.el: Minor copyedits. --- 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.