summaryrefslogtreecommitdiff
path: root/with-editor.el
diff options
context:
space:
mode:
Diffstat (limited to 'with-editor.el')
-rw-r--r--with-editor.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/with-editor.el b/with-editor.el
index 4d4df6b..c59db8b 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -81,8 +81,9 @@
;;; Code:
(require 'cl-lib)
-;; `pcase-dolist' is not autoloaded on Emacs 24.
-(eval-when-compile (require 'pcase))
+(eval-when-compile
+ (require 'pcase) ; `pcase-dolist' is not autoloaded on Emacs 24.
+ (require 'subr-x))
(require 'server)
(require 'shell)