]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/eieio.el (eieio pcase macro): Fix last-minute typo
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 10 May 2020 20:17:01 +0000 (16:17 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 10 May 2020 20:17:16 +0000 (16:17 -0400)
lisp/emacs-lisp/eieio.el

index 6482c4d052a219bea73c4152564737764c505b0e..ee5dd2cccdb0a0cfe373393126dfbda17432b2f0 100644 (file)
@@ -364,7 +364,7 @@ contents of field NAME is matched against PAT, or they can be of
                        `(app (pcase--flip eieio-oref ',name) ,pat))
                       ((pred symbolp)
                        `(app (pcase--flip eieio-oref ',field) ,field))))
-                  field-s)))
+                  fields)))
 \f
 ;;; Simple generators, and query functions.  None of these would do
 ;;  well embedded into an object.