aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index a0dcc9ab5f3..8db61d3623a 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1450,7 +1450,8 @@ struct Lisp_Buffer_Objfwd
1450 { 1450 {
1451 enum Lisp_Fwd_Type type; /* = Lisp_Fwd_Buffer_Obj */ 1451 enum Lisp_Fwd_Type type; /* = Lisp_Fwd_Buffer_Obj */
1452 int offset; 1452 int offset;
1453 Lisp_Object slottype; /* Qnil, Lisp_Int, Lisp_Symbol, or Lisp_String. */ 1453 /* One of Qnil, Qintegerp, Qsymbolp, Qstringp, Qfloatp or Qnumberp. */
1454 Lisp_Object predicate;
1454 }; 1455 };
1455 1456
1456/* struct Lisp_Buffer_Local_Value is used in a symbol value cell when 1457/* struct Lisp_Buffer_Local_Value is used in a symbol value cell when