branch: elpa/with-editor commit 1b7f6ef1a5bf5f574e6597adda1a26c3549f2a13 Author: Jonas Bernoulli <[email protected]> Commit: Jonas Bernoulli <[email protected]>
Require pcase
---
with-editor.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/with-editor.el b/with-editor.el
index 2b35b52..f3ef7e0 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -80,6 +80,7 @@
;;; Code:
(require 'cl-lib)
+(require 'pcase)
(require 'server)
(require 'shell)
