changeset 107971:ab970852cf46

Add some autoloads. * htmlfontify.el (htmlfontify-buffer) (htmlfontify-copy-and-link-dir): Autoload entry points.
author Glenn Morris <rgm@gnu.org>
date Fri, 16 Apr 2010 19:07:48 -0700
parents d1f44eb382c0
children d7f8e879d70c
files lisp/ChangeLog lisp/htmlfontify.el
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <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
--- 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