aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/htmlfontify.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/htmlfontify.el')
-rw-r--r--lisp/htmlfontify.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el
index 9fe6e825f78..8dc4cce3239 100644
--- a/lisp/htmlfontify.el
+++ b/lisp/htmlfontify.el
@@ -77,6 +77,7 @@
77;; Changes: moved to changelog (CHANGES) file. 77;; Changes: moved to changelog (CHANGES) file.
78 78
79;;; Code: 79;;; Code:
80
80(eval-when-compile (require 'cl-lib)) 81(eval-when-compile (require 'cl-lib))
81(require 'cus-edit) 82(require 'cus-edit)
82 83
@@ -2307,10 +2308,6 @@ See also `hfy-load-tags-cache'."
2307 (interactive "D source directory: ") 2308 (interactive "D source directory: ")
2308 (hfy-load-tags-cache (directory-file-name srcdir))) 2309 (hfy-load-tags-cache (directory-file-name srcdir)))
2309 2310
2310;;(defun hfy-test-read-args (foo bar)
2311;; (interactive "D source directory: \nD target directory: ")
2312;; (message "foo: %S\nbar: %S" foo bar))
2313
2314(defun hfy-save-kill-buffers (buffer-list &optional dstdir) 2311(defun hfy-save-kill-buffers (buffer-list &optional dstdir)
2315 (dolist (B buffer-list) 2312 (dolist (B buffer-list)
2316 (set-buffer B) 2313 (set-buffer B)