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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/buffer.h [lexbind]
Date: Wed, 15 Sep 2004 20:42:48 -0400

Index: emacs/src/buffer.h
diff -c emacs/src/buffer.h:1.85.4.5 emacs/src/buffer.h:1.85.4.6
*** emacs/src/buffer.h:1.85.4.5 Tue Jul  6 10:17:20 2004
--- emacs/src/buffer.h  Thu Sep 16 00:12:25 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]