summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-04-16 19:07:48 -0700
committerGlenn Morris <rgm@gnu.org>2010-04-16 19:07:48 -0700
commit0433ffa6c7921dbcc7fa7f7b9542586a1597bc53 (patch)
treecda0e698fde782d09b27815ada4168b1ed47a74e
parent8ecd59ca5a007d60a42ef9f286cc04d77cf6b79e (diff)
downloademacs-0433ffa6c7921dbcc7fa7f7b9542586a1597bc53.tar.gz
Add some autoloads.
* htmlfontify.el (htmlfontify-buffer) (htmlfontify-copy-and-link-dir): Autoload entry points.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/htmlfontify.el2
2 files changed, 7 insertions, 0 deletions
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 <rgm@gnu.org>
+
+ * htmlfontify.el (htmlfontify-buffer)
+ (htmlfontify-copy-and-link-dir): Autoload entry points.
+
2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
* 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