diff options
Diffstat (limited to 'compat-29.el')
| -rw-r--r-- | compat-29.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compat-29.el b/compat-29.el index d69f5ba..a0fd48a 100644 --- a/compat-29.el +++ b/compat-29.el @@ -125,8 +125,8 @@ Unibyte strings are converted to multibyte for comparison." ;;;; Defined in gv.el -(compat-guard t - (gv-define-expander compat--plist-get ;; <compat-tests:plist-get-gv> +(compat-guard t ;; <compat-tests:plist-get-gv> + (gv-define-expander compat--plist-get (lambda (do plist prop &optional predicate) (macroexp-let2 macroexp-copyable-p key prop (gv-letplace (getter setter) plist |
