emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/record2 f89ce93: Make it possible to compare recor


From: Lars Brinkhoff
Subject: [Emacs-diffs] scratch/record2 f89ce93: Make it possible to compare records with `equal'.
Date: Sat, 18 Mar 2017 16:18:48 -0400 (EDT)

branch: scratch/record2
commit f89ce93595cfd9bcebd6f5c96445533dc0ae4bc8
Author: Lars Brinkhoff <address@hidden>
Commit: Lars Brinkhoff <address@hidden>

    Make it possible to compare records with `equal'.
---
 src/lisp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lisp.h b/src/lisp.h
index d3793ac..8ed3706 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -874,7 +874,6 @@ enum pvec_type
   PVEC_TERMINAL,
   PVEC_WINDOW_CONFIGURATION,
   PVEC_SUBR,
-  PVEC_RECORD,
   PVEC_OTHER,            /* Should never be visible to Elisp code.  */
   PVEC_XWIDGET,
   PVEC_XWIDGET_VIEW,
@@ -886,6 +885,7 @@ enum pvec_type
   PVEC_COMPILED,
   PVEC_CHAR_TABLE,
   PVEC_SUB_CHAR_TABLE,
+  PVEC_RECORD,
   PVEC_FONT /* Should be last because it's used for range checking.  */
 };
 



reply via email to

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