50htmlize-gentoo.el 543 B

123456789101112
  1. (add-to-list 'load-path "@SITELISP@")
  2. (autoload 'htmlize-buffer "htmlize"
  3. "Convert BUFFER to HTML, preserving colors and decorations." t)
  4. (autoload 'htmlize-region "htmlize"
  5. "Convert the region to HTML, preserving colors and decorations." t)
  6. (autoload 'htmlize-file "htmlize"
  7. "Load FILE, fontify it, convert it to HTML, and save the result." t)
  8. (autoload 'htmlize-many-files "htmlize"
  9. "Convert FILES to HTML and save the corresponding HTML versions." t)
  10. (autoload 'htmlize-many-files-dired "htmlize"
  11. "HTMLize dired-marked files." t)