summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/image.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/image.el b/lisp/image.el
index a6464f7d4af..e06cb6f4733 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -25,8 +25,6 @@
;;; Code:
-(require 'seq)
-
(defgroup image ()
"Image support."
:group 'multimedia)
@@ -975,6 +973,7 @@ default is 20%."
0.8)))
(defun image--get-image ()
+ (require 'seq)
(let ((image (or (get-text-property (point) 'display)
;; `put-image' uses overlays, so find an image in
;; the overlays.