diff options
Diffstat (limited to 'lisp/htmlfontify.el')
-rw-r--r-- | lisp/htmlfontify.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index 310a074adb1..24160a68066 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -133,10 +133,10 @@ main-content <=MAIN_CONTENT;\\n\" rtfm-section file style rtfm-section file)) \(defun rtfm-build-source-docs (section srcdir destdir) (interactive \"s section[eg- emacs / p4-blame]:\\nD source-dir: \\nD output-dir: \") - (require 'htmlfontify) + (require \\='htmlfontify) (hfy-load-tags-cache srcdir) - (let ((hfy-page-header 'rtfm-build-page-header) - (hfy-page-footer 'rtfm-build-page-footer) + (let ((hfy-page-header \\='rtfm-build-page-header) + (hfy-page-footer \\='rtfm-build-page-footer) (rtfm-section section) (hfy-index-file \"index\")) (htmlfontify-run-etags srcdir) |