diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-06-05 18:23:17 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-05 18:23:17 +0200 |
commit | 251e7c30180223f636f2c67fede92e78e737466b (patch) | |
tree | 648b1614940ee70b42d3cd79d358ad3813fdde9d /test/lisp/htmlfontify-tests.el | |
parent | 98d454627ca2e9a6cdb906895b044e7221db3f2f (diff) | |
download | emacs-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.el | 9 |
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)." |