branch: externals/listen commit f21042b014af848e162be56275d9e2be3d0dc0be Author: Adam Porter <[email protected]> Commit: Adam Porter <[email protected]>
Tidy: (listen-lib)
Surprising that this is still needed on Emacs 30.1.
---
listen-lib.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/listen-lib.el b/listen-lib.el
index 73823f2db5..95319ef928 100644
--- a/listen-lib.el
+++ b/listen-lib.el
@@ -24,6 +24,8 @@
;;; Code:
(require 'cl-lib)
+(require 'map)
+(require 'pcase)
;;;; Macros
