summaryrefslogtreecommitdiff
path: root/test/lisp/htmlfontify-tests.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-06-05 18:23:17 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-06-05 18:23:17 +0200
commit251e7c30180223f636f2c67fede92e78e737466b (patch)
tree648b1614940ee70b42d3cd79d358ad3813fdde9d /test/lisp/htmlfontify-tests.el
parent98d454627ca2e9a6cdb906895b044e7221db3f2f (diff)
downloademacs-251e7c30180223f636f2c67fede92e78e737466b.tar.gz
emacs-251e7c30180223f636f2c67fede92e78e737466b.tar.bz2
emacs-251e7c30180223f636f2c67fede92e78e737466b.zip
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).
Diffstat (limited to 'test/lisp/htmlfontify-tests.el')
-rw-r--r--test/lisp/htmlfontify-tests.el9
1 files changed, 0 insertions, 9 deletions
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)."