* 'syncdoc-type-hierarchy.el' update due to recent changes

* admin/syncdoc-type-hierarchy.el (syncdoc-all-types): Update.
This commit is contained in:
Andrea Corallo 2024-03-09 16:13:47 +01:00
parent 1ea3b36902
commit cc2579c10b

View file

@ -47,10 +47,6 @@
(defconst syncdoc-all-types
(let (res)
(maphash (lambda (type _)
(push type res))
cl--direct-supertypes-of-type)
(mapatoms (lambda (type)
(when (cl-find-class type)
(push type res)))