1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00

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).
This commit is contained in:
Stefan Kangas 2022-06-05 18:23:17 +02:00 committed by Lars Ingebrigtsen
parent 98d454627c
commit 251e7c3018
3 changed files with 0 additions and 15 deletions

View File

@ -859,8 +859,4 @@ Loads the variable `hfy-rgb-txt-color-map', which is used by
(provide 'hfy-cmap)
;; Local Variables:
;; generated-autoload-file: "htmlfontify-loaddefs.el"
;; End:
;;; hfy-cmap.el ends here

View File

@ -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

View File

@ -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)."