aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorJoakim Verona2013-01-11 00:03:43 +0100
committerJoakim Verona2013-01-11 00:03:43 +0100
commit26f277ba01010776e63623d446f182f5b6f23dd3 (patch)
treeaa2a9a9f31241f687902eafafc1535ea23bd1887 /src/lisp.h
parent09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3 (diff)
parenta778dd57d0da9004a72320f8082d4f6220f178e2 (diff)
downloademacs-26f277ba01010776e63623d446f182f5b6f23dd3.tar.gz
emacs-26f277ba01010776e63623d446f182f5b6f23dd3.zip
auto upstream
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 9be30563df8..6a22ce0b120 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1455,7 +1455,8 @@ struct Lisp_Buffer_Objfwd
1455 { 1455 {
1456 enum Lisp_Fwd_Type type; /* = Lisp_Fwd_Buffer_Obj */ 1456 enum Lisp_Fwd_Type type; /* = Lisp_Fwd_Buffer_Obj */
1457 int offset; 1457 int offset;
1458 Lisp_Object slottype; /* Qnil, Lisp_Int, Lisp_Symbol, or Lisp_String. */ 1458 /* One of Qnil, Qintegerp, Qsymbolp, Qstringp, Qfloatp or Qnumberp. */
1459 Lisp_Object predicate;
1459 }; 1460 };
1460 1461
1461/* struct Lisp_Buffer_Local_Value is used in a symbol value cell when 1462/* struct Lisp_Buffer_Local_Value is used in a symbol value cell when