diff options
| -rw-r--r-- | lisp/emacs-lisp/stream.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/stream.el b/lisp/emacs-lisp/stream.el index f1d2631eaee..4523e3bed82 100644 --- a/lisp/emacs-lisp/stream.el +++ b/lisp/emacs-lisp/stream.el | |||
| @@ -54,6 +54,7 @@ | |||
| 54 | ;;; Code: | 54 | ;;; Code: |
| 55 | 55 | ||
| 56 | (eval-when-compile (require 'cl-lib)) | 56 | (eval-when-compile (require 'cl-lib)) |
| 57 | (require 'seq) | ||
| 57 | 58 | ||
| 58 | (eval-and-compile | 59 | (eval-and-compile |
| 59 | (defconst stream--identifier '--stream-- | 60 | (defconst stream--identifier '--stream-- |