# HG changeset patch # User Gerd Moellmann # Date 956322058 0 # Node ID b132db55ef7ecd00513f8f32709ed91a2812fba4 # Parent 950ff4674e1751327de7a94af1baf59574f5bd38 (struct Lisp_Buffer_Cons): Remove. diff -r 950ff4674e17 -r b132db55ef7e src/lisp.h --- a/src/lisp.h Fri Apr 21 07:39:56 2000 +0000 +++ b/src/lisp.h Fri Apr 21 13:00:58 2000 +0000 @@ -601,16 +601,6 @@ : 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)