]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't generate separate autoload file for htmlfontify
authorStefan Kangas <stefan@marxist.se>
Sun, 5 Jun 2022 16:23:17 +0000 (18:23 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Jun 2022 16:23:17 +0000 (18:23 +0200)
* 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).

lisp/hfy-cmap.el
lisp/htmlfontify.el
test/lisp/htmlfontify-tests.el

index 258502bfe70cfa03b49f652e137f706b767faaa0..c08359696d585c72716cd308f630e319979103dc 100644 (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
index 89cacdff21b4a98fd769f138117d0159451254a9..dbcc152c15d1bcbf33b5f2491139125e11fd497b 100644 (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
index fdfe996b03339c4402006cba4046e157dfe04ea6..5c1f053066bd91d40ae8d86b0485d348f7cfa06e 100644 (file)
 (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)."