emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/record c235473 11/12: Make a note that CHECK_RECOR


From: Lars Brinkhoff
Subject: [Emacs-diffs] scratch/record c235473 11/12: Make a note that CHECK_RECORD_TYPE is a work in progress.
Date: Sun, 19 Mar 2017 16:04:21 -0400 (EDT)

branch: scratch/record
commit c2354736d1d5566f3fdd806a9d4a22668ecc3fc4
Author: Lars Brinkhoff <address@hidden>
Commit: Lars Brinkhoff <address@hidden>

    Make a note that CHECK_RECORD_TYPE is a work in progress.
---
 src/lisp.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/lisp.h b/src/lisp.h
index 7a3b997..b7c4d69 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2749,7 +2749,10 @@ CHECK_RECORD (Lisp_Object x)
 INLINE void
 CHECK_RECORD_TYPE (Lisp_Object x)
 {
-  /* CHECK_SYMBOL (x); */
+  /* We don't yet know exactly what to check for, or if there should
+     be a check. */
+
+  /* eassert (SYMBOLP (x) || CLASSP (x)); */
 }
 
 /* Test for image (image . spec)  */



reply via email to

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