emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master cc2579c10bc 1/2: * 'syncdoc-type-hierarchy.el' update due to rece


From: Andrea Corallo
Subject: master cc2579c10bc 1/2: * 'syncdoc-type-hierarchy.el' update due to recent changes
Date: Sat, 9 Mar 2024 10:23:22 -0500 (EST)

branch: master
commit cc2579c10bc67dc375247490bb55367ef0800435
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    * 'syncdoc-type-hierarchy.el' update due to recent changes
    
    * admin/syncdoc-type-hierarchy.el (syncdoc-all-types): Update.
---
 admin/syncdoc-type-hierarchy.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/admin/syncdoc-type-hierarchy.el b/admin/syncdoc-type-hierarchy.el
index b5cfdfd8e74..e14d7fb54e1 100644
--- a/admin/syncdoc-type-hierarchy.el
+++ b/admin/syncdoc-type-hierarchy.el
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]