diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-12-10 02:56:08 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-12-10 03:04:48 +0100 |
commit | 57923818fccb687af78a9d966eb56a606ede5a8c (patch) | |
tree | 75426820685ae012cf6cf9e06f6ad80cb08df6c0 /lisp/htmlfontify.el | |
parent | c0b9041ebde82907711cc00a7c307fe622fb541c (diff) | |
download | emacs-57923818fccb687af78a9d966eb56a606ede5a8c.tar.gz emacs-57923818fccb687af78a9d966eb56a606ede5a8c.tar.bz2 emacs-57923818fccb687af78a9d966eb56a606ede5a8c.zip |
; * lisp/htmlfontify.el: Remove some commented out code.
Diffstat (limited to 'lisp/htmlfontify.el')
-rw-r--r-- | lisp/htmlfontify.el | 5 |
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) |