Fix image-mode.el compilation
* lisp/image/image-crop.el (text-property-search): Require.
This commit is contained in:
parent
576eba77d3
commit
15f42f193b
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue