diff src/bufslots.h @ 284:558f606b08ae r21-0b40

Import from CVS: tag r21-0b40
author cvs
date Mon, 13 Aug 2007 10:34:13 +0200
parents c5d627a313b1
children 6240c7796c7a
line wrap: on
line diff
--- a/src/bufslots.h	Mon Aug 13 10:33:19 2007 +0200
+++ b/src/bufslots.h	Mon Aug 13 10:34:13 2007 +0200
@@ -117,10 +117,6 @@
     /* Function to call when insert space past fill column.  */
     MARKED_SLOT (auto_fill_function);
 
-    /* nil: text, t: binary.
-       This value is meaningful only on certain operating systems.  */
-    MARKED_SLOT (buffer_file_type);
-
     /* Case table for case-conversion in this buffer.
        This char-table maps each char into its lower-case version.  */
     MARKED_SLOT (downcase_table);