mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 08:11:05 -08:00
(cl-generic-generalizers): Fix typo in last change
This commit is contained in:
parent
147113b3b5
commit
2eb90d43e6
1 changed files with 1 additions and 1 deletions
|
|
@ -572,7 +572,7 @@ If ALIST is non-nil, the new pairs are prepended to it."
|
||||||
(if (and (symbolp type) (cl-type-class-p (cl--find-class type))
|
(if (and (symbolp type) (cl-type-class-p (cl--find-class type))
|
||||||
;; Make sure this derived type can be used without arguments.
|
;; Make sure this derived type can be used without arguments.
|
||||||
(let ((expander (get type 'cl-deftype-handler)))
|
(let ((expander (get type 'cl-deftype-handler)))
|
||||||
(and expander (ignore-error (funcall expander)))))
|
(and expander (ignore-errors (funcall expander)))))
|
||||||
(cl--type-generalizers type)
|
(cl--type-generalizers type)
|
||||||
(cl-call-next-method))))
|
(cl-call-next-method))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue