]> code.delx.au - gnu-emacs/blobdiff - test/automated/font-parse-tests.el
newsticker: Fixed bug#9763, again
[gnu-emacs] / test / automated / font-parse-tests.el
index 5fc0f6c604f9acad43134008175618dd6eb2197d..5ba8ad2be32f9451127ad6917004866cd160de0e 100644 (file)
@@ -25,8 +25,6 @@
 
 ;; Type M-x test-font-parse RET to generate the test buffer.
 
-;; TODO: Convert to ERT format.
-
 ;;; Code:
 
 (require 'ert)
@@ -160,4 +158,8 @@ expected font properties from parsing NAME.")
        (insert "\n"))))
   (goto-char (point-min)))
 
+;; Local Variables:
+;; no-byte-compile: t
+;; End:
+
 ;;; font-parse-tests.el ends here.