emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/buffer.h


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/buffer.h
Date: Tue, 07 Sep 2004 22:28:07 -0400

Index: emacs/src/buffer.h
diff -c emacs/src/buffer.h:1.99 emacs/src/buffer.h:1.100
*** emacs/src/buffer.h:1.99     Wed Jun 16 14:30:22 2004
--- emacs/src/buffer.h  Wed Sep  8 02:21:45 2004
***************
*** 666,671 ****
--- 666,674 ----
    /* List of symbols naming the file format used for visited file.  */
    Lisp_Object file_format;
  
+   /* List of symbols naming the file format used for auto-save file.  */
+   Lisp_Object auto_save_file_format;
+ 
    /* True if the newline position cache and width run cache are
       enabled.  See search.c and indent.c.  */
    Lisp_Object cache_long_line_scans;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]