]> git.eshelyaron.com Git - emacs.git/commitdiff
* 'syncdoc-type-hierarchy.el' update due to recent changes
authorAndrea Corallo <acorallo@gnu.org>
Sat, 9 Mar 2024 15:13:47 +0000 (16:13 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 11 Mar 2024 09:21:47 +0000 (10:21 +0100)
* admin/syncdoc-type-hierarchy.el (syncdoc-all-types): Update.

(cherry picked from commit cc2579c10bc67dc375247490bb55367ef0800435)

admin/syncdoc-type-hierarchy.el

index b5cfdfd8e74aebb1cdcf89caded30f02d648e1d9..e14d7fb54e13cb2931895d759b06bb4562ace640 100644 (file)
 
 (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)))