diff options
| -rw-r--r-- | compat-27.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-27.el b/compat-27.el index 07d5fad..9f9198e 100644 --- a/compat-27.el +++ b/compat-27.el @@ -337,7 +337,7 @@ Internal use only." ;; HACK: image--set-property was broken with an off-by-one error on Emacs 26. ;; The bug was fixed in a4ad7bed187493c1c230f223b52c71f5c34f7c89. Therefore we ;; override the gv expander until Emacs 27.1. -(compat-guard (or (= emacs-major-version 26) (not (get 'image-property 'gv-expande))) +(compat-guard (or (= emacs-major-version 26) (not (get 'image-property 'gv-expander))) :feature image (if (eval-when-compile (< emacs-major-version 26)) (gv-define-simple-setter image-property image--set-property) ;; <compat-tests:image-property> |
