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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/buffer.h [emacs-unicode-2]
Date: Thu, 09 Sep 2004 17:12:15 -0400

Index: emacs/src/buffer.h
diff -c emacs/src/buffer.h:1.94.2.3 emacs/src/buffer.h:1.94.2.4
*** emacs/src/buffer.h:1.94.2.3 Mon Jun 28 07:29:18 2004
--- emacs/src/buffer.h  Thu Sep  9 09:36:35 2004
***************
*** 670,675 ****
--- 670,678 ----
    /* 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]