]> git.eshelyaron.com Git - emacs.git/commitdiff
Define MODE_LINE_BINARY_TEXT.
authorKarl Heuer <kwzh@gnu.org>
Fri, 16 Sep 1994 21:56:18 +0000 (21:56 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 16 Sep 1994 21:56:18 +0000 (21:56 +0000)
src/s/msdos.h

index 6ee4d3c37ea916650750ae2964c0579c30ea4d3f..aef2d582a53897283f3ed696379427a6e81da8af 100644 (file)
@@ -225,6 +225,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define BCOPY_UPWARD_SAFE 1
 #define BCOPY_DOWNWARD_SAFE 1
 
+/* Mode line description of a buffer's type.  */
+#define MODE_LINE_BINARY_TEXT(buf) (NILP(buf->buffer_file_type) ? "T" : "B")
+
 /* We need a little extra space, see ../../lisp/loadup.el */
 #define PURESIZE 240000