emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7f7a8fb: * lisp/emacs-lisp/eieio.el (eieio pcase macro): Fix last


From: Stefan Monnier
Subject: master 7f7a8fb: * lisp/emacs-lisp/eieio.el (eieio pcase macro): Fix last-minute typo
Date: Sun, 10 May 2020 16:17:24 -0400 (EDT)

branch: master
commit 7f7a8fbfd707ee51858a9bee53cff560a0e5b3c0
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lisp/emacs-lisp/eieio.el (eieio pcase macro): Fix last-minute typo
---
 lisp/emacs-lisp/eieio.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/eieio.el b/lisp/emacs-lisp/eieio.el
index 6482c4d..ee5dd2c 100644
--- a/lisp/emacs-lisp/eieio.el
+++ b/lisp/emacs-lisp/eieio.el
@@ -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)))
 
 ;;; Simple generators, and query functions.  None of these would do
 ;;  well embedded into an object.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]