Add some autoloads.
authorGlenn Morris <rgm@gnu.org>
Sat, 17 Apr 2010 02:07:48 +0000 (19:07 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 17 Apr 2010 02:07:48 +0000 (19:07 -0700)
* htmlfontify.el (htmlfontify-buffer)
(htmlfontify-copy-and-link-dir): Autoload entry points.

lisp/ChangeLog
lisp/htmlfontify.el

index 8c0fbc4..1cba0e8 100644 (file)
@@ -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
index dbf5cea..19aae59 100644 (file)
@@ -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