branch: elpa/hl-block-mode commit f789c1607f69bd823fd9c7276e4dfca6383a021b Author: Campbell Barton <ideasma...@gmail.com> Commit: Campbell Barton <ideasma...@gmail.com>
Cleanup: require pcase for pcase-dolist --- hl-block-mode.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hl-block-mode.el b/hl-block-mode.el index e0992c1e89..638da8b1b1 100644 --- a/hl-block-mode.el +++ b/hl-block-mode.el @@ -18,9 +18,13 @@ ;; (hl-block-mode) ; activate in the current buffer. ;; (global-hl-block-mode) ; activate globally for all buffers. - ;;; Code: +(eval-when-compile + ;; For `pcase-dolist'. + (require 'pcase)) + + ;; --------------------------------------------------------------------------- ;; Custom Variables