changeset 28678:b132db55ef7e

(struct Lisp_Buffer_Cons): Remove.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 21 Apr 2000 13:00:58 +0000
parents 950ff4674e17
children ab98f4a8d7e1
files src/lisp.h
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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)