diff options
| author | Stefan Monnier | 2023-04-20 15:51:44 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2023-04-20 15:51:44 -0400 |
| commit | c4e038c7be38b2e6cf2d2c7c39264f068f789c02 (patch) | |
| tree | b628a0b83122ba9ce24ba1aa23baefe839bc213d | |
| parent | fd4c9246fc8daea4965b868e80e0f2d9d544dc22 (diff) | |
| download | emacs-c4e038c7be38b2e6cf2d2c7c39264f068f789c02.tar.gz emacs-c4e038c7be38b2e6cf2d2c7c39264f068f789c02.zip | |
* lisp/emacs-lisp/gv.el: Silly typo
| -rw-r--r-- | lisp/emacs-lisp/gv.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/gv.el b/lisp/emacs-lisp/gv.el index 6c3036da2f2..a5e29dd5e3b 100644 --- a/lisp/emacs-lisp/gv.el +++ b/lisp/emacs-lisp/gv.el | |||
| @@ -641,7 +641,7 @@ REF must have been previously obtained with `gv-ref'." | |||
| 641 | 641 | ||
| 642 | ;; You'd think noone would write `(setf (error ...) ..)' but it | 642 | ;; You'd think noone would write `(setf (error ...) ..)' but it |
| 643 | ;; appears naturally as the result of macroexpansion of things like | 643 | ;; appears naturally as the result of macroexpansion of things like |
| 644 | ;; (setf (case-exhaustive ...)). | 644 | ;; (setf (pcase-exhaustive ...)). |
| 645 | ;; We could generalize this to `throw' and `signal', but it seems | 645 | ;; We could generalize this to `throw' and `signal', but it seems |
| 646 | ;; preferable to wait until there's a concrete need. | 646 | ;; preferable to wait until there's a concrete need. |
| 647 | (gv-define-expander error (lambda (_do &rest args) `(error . ,args))) | 647 | (gv-define-expander error (lambda (_do &rest args) `(error . ,args))) |