summaryrefslogtreecommitdiff
path: root/lisp/htmlfontify.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-12-10 02:56:08 +0100
committerStefan Kangas <stefan@marxist.se>2021-12-10 03:04:48 +0100
commit57923818fccb687af78a9d966eb56a606ede5a8c (patch)
tree75426820685ae012cf6cf9e06f6ad80cb08df6c0 /lisp/htmlfontify.el
parentc0b9041ebde82907711cc00a7c307fe622fb541c (diff)
downloademacs-57923818fccb687af78a9d966eb56a606ede5a8c.tar.gz
; * lisp/htmlfontify.el: Remove some commented out code.
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 @@
;; Changes: moved to changelog (CHANGES) file.
;;; Code:
+
(eval-when-compile (require 'cl-lib))
(require 'cus-edit)
@@ -2307,10 +2308,6 @@ See also `hfy-load-tags-cache'."
(interactive "D source directory: ")
(hfy-load-tags-cache (directory-file-name srcdir)))
-;;(defun hfy-test-read-args (foo bar)
-;; (interactive "D source directory: \nD target directory: ")
-;; (message "foo: %S\nbar: %S" foo bar))
-
(defun hfy-save-kill-buffers (buffer-list &optional dstdir)
(dolist (B buffer-list)
(set-buffer B)