htmlize-make-file-name

htmlize-make-file-name is a Lisp function in `htmlize.el'.

(htmlize-make-file-name FILE)

Make an HTML file name from FILE.

In its default implementation, this simply appends `.html' to FILE.
This function is called by htmlize to create the buffer file name, and
by `htmlize-file' to create the target file name.

More elaborate transformations are conceivable, such as changing FILE's
extension to `.html' ("file.c" -> "file.html"). If you want them,
overload this function to do it and htmlize will comply.