Mercurial > emacs
changeset 1306:01d973b5d81b
* lisp.h: Declare Qbuffer_or_string_p.
author | Joseph Arceneaux <jla@gnu.org> |
---|---|
date | Fri, 02 Oct 1992 22:32:00 +0000 |
parents | 5c19f71f0314 |
children | b469633740b3 |
files | src/lisp.h |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Fri Oct 02 22:30:42 1992 +0000 +++ b/src/lisp.h Fri Oct 02 22:32:00 1992 +0000 @@ -445,9 +445,9 @@ unsigned char write_protect; /* Non-zero means can't modify. */ unsigned char visible; /* Zero means don't display. */ - unsigned char front_hungry; /* Non-zero means text inserted just + unsigned char front_sticky; /* Non-zero means text inserted just before this interval goes into it. */ - unsigned char rear_hungry; /* Likewise for just after it. */ + unsigned char rear_sticky; /* Likewise for just after it. */ Lisp_Object plist; /* Properties of this interval. */ }; @@ -908,6 +908,7 @@ extern Lisp_Object Qchar_or_string_p, Qmarkerp, Qvectorp; extern Lisp_Object Qinteger_or_marker_p, Qnumber_or_marker_p; extern Lisp_Object Qboundp, Qfboundp; +extern Lisp_Object Qbuffer_or_string_p; extern Lisp_Object Qcdr; #ifdef LISP_FLOAT_TYPE