[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99755: Add some autoloads.
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99755: Add some autoloads. |
Date: |
Fri, 16 Apr 2010 19:07:48 -0700 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99755
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Fri 2010-04-16 19:07:48 -0700
message:
Add some autoloads.
* htmlfontify.el (htmlfontify-buffer)
(htmlfontify-copy-and-link-dir): Autoload entry points.
modified:
lisp/ChangeLog
lisp/htmlfontify.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2010-04-17 00:28:19 +0000
+++ b/lisp/ChangeLog 2010-04-17 02:07:48 +0000
@@ -1,3 +1,8 @@
+2010-04-17 Glenn Morris <address@hidden>
+
+ * htmlfontify.el (htmlfontify-buffer)
+ (htmlfontify-copy-and-link-dir): Autoload entry points.
+
2010-04-17 Magnus Henoch <address@hidden>
* vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
=== modified file 'lisp/htmlfontify.el'
--- a/lisp/htmlfontify.el 2010-02-21 21:05:13 +0000
+++ b/lisp/htmlfontify.el 2010-04-17 02:07:48 +0000
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99755: Add some autoloads.,
Glenn Morris <=