diff options
| -rw-r--r-- | lisp/emacs-lisp/eieio.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/eieio.el b/lisp/emacs-lisp/eieio.el index 6482c4d052a..ee5dd2cccdb 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 | |||
| 364 | `(app (pcase--flip eieio-oref ',name) ,pat)) | 364 | `(app (pcase--flip eieio-oref ',name) ,pat)) |
| 365 | ((pred symbolp) | 365 | ((pred symbolp) |
| 366 | `(app (pcase--flip eieio-oref ',field) ,field)))) | 366 | `(app (pcase--flip eieio-oref ',field) ,field)))) |
| 367 | field-s))) | 367 | fields))) |
| 368 | 368 | ||
| 369 | ;;; Simple generators, and query functions. None of these would do | 369 | ;;; Simple generators, and query functions. None of these would do |
| 370 | ;; well embedded into an object. | 370 | ;; well embedded into an object. |