aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/htmlfontify.el
diff options
context:
space:
mode:
authorPo Lu2021-12-10 14:50:21 +0800
committerPo Lu2021-12-10 14:50:21 +0800
commitcc0f147180300b672894de931bee76b2a3a719e9 (patch)
tree2fca1fb8adcb4aa1726f3274922f78eafe9a1aa5 /lisp/htmlfontify.el
parent6919d5a7c0a23c14ae77f7c708ea6d0ef2478108 (diff)
parent6e865a7171d80cd91b54c6d71b88d960b920abe3 (diff)
downloademacs-cc0f147180300b672894de931bee76b2a3a719e9.tar.gz
emacs-cc0f147180300b672894de931bee76b2a3a719e9.zip
Merge remote-tracking branch 'origin/master' into feature/pgtk
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)