* 'syncdoc-type-hierarchy.el' update due to recent changes
* admin/syncdoc-type-hierarchy.el (syncdoc-all-types): Update.
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user