From a5ff1fc0696d5e8f9cea1cf00caa2b980e1761af Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sun, 20 Aug 2017 21:32:40 +0100 Subject: [PATCH] Add missing require * lisp/textmodes/ispell.el: Require subr-x. (Thanks, Eli Zaretskii.) --- lisp/textmodes/ispell.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 7ae2c0cfa8a..1c9b3db2748 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -107,6 +107,7 @@ ;;; Code: (eval-when-compile (require 'cl-lib)) +(require 'subr-x) (defvar mail-yank-prefix) -- 2.39.2