emacs-diffs
[Top][All Lists]
Advanced

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

feature/type-hierarchy 6de60f33ed5: ; * src/data.c (Ftype_of): Update co


From: Andrea Corallo
Subject: feature/type-hierarchy 6de60f33ed5: ; * src/data.c (Ftype_of): Update comment.
Date: Tue, 27 Feb 2024 08:21:04 -0500 (EST)

branch: feature/type-hierarchy
commit 6de60f33ed5cc438e20400aee83e1e2032773811
Author: Andrea Corallo <andcor03@e130743.arm.com>
Commit: Andrea Corallo <andcor03@e130743.arm.com>

    ; * src/data.c (Ftype_of): Update comment.
---
 src/data.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/data.c b/src/data.c
index 0c47750cb75..fd4b1fe4e44 100644
--- a/src/data.c
+++ b/src/data.c
@@ -211,7 +211,7 @@ for example, (type-of 1) returns `integer'.  */)
       return Qcons;
 
     case Lisp_Vectorlike:
-      /* WARNING!!  Keep 'cl--typeof-types' in sync with this code!!  */
+      /* WARNING!!  Keep 'cl--type-hierarchy' in sync with this code!!  */
       switch (PSEUDOVECTOR_TYPE (XVECTOR (object)))
         {
         case PVEC_NORMAL_VECTOR: return Qvector;



reply via email to

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