# HG changeset patch # User Glenn Morris # Date 1271470068 25200 # Node ID ab970852cf4672a0fa53b6334b31be887bc8f01b # Parent d1f44eb382c0b719ac7db6de1ef8d17bb37655f9 Add some autoloads. * htmlfontify.el (htmlfontify-buffer) (htmlfontify-copy-and-link-dir): Autoload entry points. diff -r d1f44eb382c0 -r ab970852cf46 lisp/ChangeLog --- a/lisp/ChangeLog Fri Apr 16 19:06:12 2010 -0700 +++ b/lisp/ChangeLog Fri Apr 16 19:07:48 2010 -0700 @@ -1,3 +1,8 @@ +2010-04-17 Glenn Morris + + * htmlfontify.el (htmlfontify-buffer) + (htmlfontify-copy-and-link-dir): Autoload entry points. + 2010-04-17 Magnus Henoch * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file diff -r d1f44eb382c0 -r ab970852cf46 lisp/htmlfontify.el --- a/lisp/htmlfontify.el Fri Apr 16 19:06:12 2010 -0700 +++ b/lisp/htmlfontify.el Fri Apr 16 19:07:48 2010 -0700 @@ -1790,6 +1790,7 @@ (when font-lock-defaults (font-lock-fontify-buffer)) )) +;;;###autoload (defun htmlfontify-buffer (&optional srcdir file) "Create a new buffer, named for the current buffer + a .html extension, containing an inline CSS-stylesheet and formatted CSS-markup HTML @@ -2276,6 +2277,7 @@ (save-buffer) (kill-buffer B))) +;;;###autoload (defun htmlfontify-copy-and-link-dir (srcdir dstdir &optional f-ext l-ext) "Trawl SRCDIR and write fontified-and-hyperlinked output in DSTDIR. F-EXT and L-EXT specify values for `hfy-extn' and `hfy-link-extn'.\n