diff src/lisp.h @ 28678:b132db55ef7e

(struct Lisp_Buffer_Cons): Remove.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 21 Apr 2000 13:00:58 +0000
parents a68042252425
children 03ac8f012b94
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)