* 'syncdoc-type-hierarchy.el' update due to recent changes
* admin/syncdoc-type-hierarchy.el (syncdoc-all-types): Update.
This commit is contained in:
parent
1ea3b36902
commit
cc2579c10b
1 changed files with 0 additions and 4 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue