From: Lars Ingebrigtsen Date: Wed, 14 Sep 2022 14:04:42 +0000 (+0200) Subject: Fix image-mode.el compilation X-Git-Tag: emacs-29.0.90~1856^2~511 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15f42f193ba85489ee2a1e4406dae7944eee97b8;p=emacs.git Fix image-mode.el compilation * lisp/image/image-crop.el (text-property-search): Require. --- diff --git a/lisp/image/image-crop.el b/lisp/image/image-crop.el index 9bb04d4a3b3..2eadd0e1086 100644 --- a/lisp/image/image-crop.el +++ b/lisp/image/image-crop.el @@ -28,6 +28,7 @@ ;;; Code: (require 'svg) +(require 'text-property-search) (defvar image-crop-exif-rotate nil "If non-nil, rotate images by updating exif data.