From 0433ffa6c7921dbcc7fa7f7b9542586a1597bc53 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 16 Apr 2010 19:07:48 -0700 Subject: Add some autoloads. * htmlfontify.el (htmlfontify-buffer) (htmlfontify-copy-and-link-dir): Autoload entry points. --- lisp/ChangeLog | 5 +++++ lisp/htmlfontify.el | 2 ++ 2 files changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8c0fbc4c143..1cba0e853b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index dbf5cea7fc8..19aae590cb2 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -1790,6 +1790,7 @@ FILE, if set, is the file name." (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 @@ See also `hfy-load-tags-cache'." (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 -- cgit v1.2.3