]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/htmlfontify.el: Remove some commented out code.
authorStefan Kangas <stefan@marxist.se>
Fri, 10 Dec 2021 01:56:08 +0000 (02:56 +0100)
committerStefan Kangas <stefan@marxist.se>
Fri, 10 Dec 2021 02:04:48 +0000 (03:04 +0100)
lisp/htmlfontify.el

index 9fe6e825f784ca3998c4de7f784857a42ea3436d..8dc4cce32396c5ad653d6efc410db30a30588065 100644 (file)
@@ -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)