diff options
| author | Stefan Monnier | 2020-05-10 16:17:01 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2020-05-10 16:17:16 -0400 |
| commit | 7f7a8fbfd707ee51858a9bee53cff560a0e5b3c0 (patch) | |
| tree | 086a4786282f6264bde213acc188ef1da04c7d02 | |
| parent | 5a31b1afca41e71f15a56ad834449bf49ca6aad2 (diff) | |
| download | emacs-7f7a8fbfd707ee51858a9bee53cff560a0e5b3c0.tar.gz emacs-7f7a8fbfd707ee51858a9bee53cff560a0e5b3c0.zip | |
* lisp/emacs-lisp/eieio.el (eieio pcase macro): Fix last-minute typo
| -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. |