diff options
| author | Reuben Thomas | 2017-08-20 21:32:40 +0100 |
|---|---|---|
| committer | Reuben Thomas | 2017-08-20 21:35:56 +0100 |
| commit | a5ff1fc0696d5e8f9cea1cf00caa2b980e1761af (patch) | |
| tree | 6fa32b2aee6fdf6650fca0dc5d970b86c78273b5 | |
| parent | 296472f5c5db2b5c046af67f74dff2640e7127c2 (diff) | |
| download | emacs-a5ff1fc0696d5e8f9cea1cf00caa2b980e1761af.tar.gz emacs-a5ff1fc0696d5e8f9cea1cf00caa2b980e1761af.zip | |
Add missing require
* lisp/textmodes/ispell.el: Require subr-x. (Thanks, Eli Zaretskii.)
| -rw-r--r-- | lisp/textmodes/ispell.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
| 107 | ;;; Code: | 107 | ;;; Code: |
| 108 | 108 | ||
| 109 | (eval-when-compile (require 'cl-lib)) | 109 | (eval-when-compile (require 'cl-lib)) |
| 110 | (require 'subr-x) | ||
| 110 | 111 | ||
| 111 | (defvar mail-yank-prefix) | 112 | (defvar mail-yank-prefix) |
| 112 | 113 | ||