From 251e7c30180223f636f2c67fede92e78e737466b Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 5 Jun 2022 18:23:17 +0200 Subject: Don't generate separate autoload file for htmlfontify * lisp/hfy-cmap.el: Update file local to no longer put htmlfontify autoloads in htmlfontify-loaddefs.el. * lisp/htmlfontify.el (htmlfontify-loaddefs): Don't require. * test/lisp/htmlfontify-tests.el (htmlfontify-autoload): Delete test (bug#52400). --- test/lisp/htmlfontify-tests.el | 9 --------- 1 file changed, 9 deletions(-) (limited to 'test/lisp/htmlfontify-tests.el') diff --git a/test/lisp/htmlfontify-tests.el b/test/lisp/htmlfontify-tests.el index fdfe996b033..5c1f053066b 100644 --- a/test/lisp/htmlfontify-tests.el +++ b/test/lisp/htmlfontify-tests.el @@ -21,15 +21,6 @@ (require 'ert) (require 'htmlfontify) -(ert-deftest htmlfontify-autoload () - "Tests to see whether reftex-auc has been autoloaded" - (should - (fboundp 'htmlfontify-load-rgb-file)) - (should - (autoloadp - (symbol-function - 'htmlfontify-load-rgb-file)))) - (ert-deftest htmlfontify-bug25468 () "Tests that htmlfontify can be loaded even if no shell is available (Bug#25468)." -- cgit v1.2.3