mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-14 10:00:25 -08:00
(struct Lisp_Buffer_Cons): Remove.
This commit is contained in:
parent
79dd1637f1
commit
d47f18ca76
1 changed files with 0 additions and 10 deletions
10
src/lisp.h
10
src/lisp.h
|
|
@ -601,16 +601,6 @@ struct Lisp_Cons
|
|||
: NILP ((c)) ? Qnil \
|
||||
: wrong_type_argument (Qlistp, (c)))
|
||||
|
||||
/* Like a cons, but records info on where the text lives that it was read from */
|
||||
/* This is not really in use now */
|
||||
|
||||
struct Lisp_Buffer_Cons
|
||||
{
|
||||
Lisp_Object car, cdr;
|
||||
struct buffer *buffer;
|
||||
int bufpos;
|
||||
};
|
||||
|
||||
/* Nonzero if STR is a multibyte string. */
|
||||
#define STRING_MULTIBYTE(STR) \
|
||||
(XSTRING (STR)->size_byte >= 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue