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 /lisp/htmlfontify.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 'lisp/htmlfontify.el')
-rw-r--r-- | lisp/htmlfontify.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index 89cacdff21b..dbcc152c15d 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -81,8 +81,6 @@ (eval-when-compile (require 'cl-lib)) (require 'cus-edit) -(require 'htmlfontify-loaddefs) - (defconst htmlfontify-version 0.21) (defconst hfy-meta-tags |