emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/hl-block-mode f789c1607f 5/7: Cleanup: require pcase for p


From: ELPA Syncer
Subject: [nongnu] elpa/hl-block-mode f789c1607f 5/7: Cleanup: require pcase for pcase-dolist
Date: Sun, 8 Jan 2023 02:59:57 -0500 (EST)

branch: elpa/hl-block-mode
commit f789c1607f69bd823fd9c7276e4dfca6383a021b
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]