comparison src/buffer.h @ 91005:424b655804ca

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-246
author Miles Bader <miles@gnu.org>
date Mon, 13 Aug 2007 13:48:35 +0000
parents f55f9811f5d7 1677cf1c2509
children bdb3fe0ba9fa
comparison
equal deleted inserted replaced
91004:f72cf5b2ab11 91005:424b655804ca
568 568
569 /* The name of the file visited in this buffer, or nil. */ 569 /* The name of the file visited in this buffer, or nil. */
570 Lisp_Object filename; 570 Lisp_Object filename;
571 /* Dir for expanding relative file names. */ 571 /* Dir for expanding relative file names. */
572 Lisp_Object directory; 572 Lisp_Object directory;
573 /* True iff this buffer has been backed up (if you write to the 573 /* True if this buffer has been backed up (if you write to the
574 visited file and it hasn't been backed up, then a backup will 574 visited file and it hasn't been backed up, then a backup will
575 be made). */ 575 be made). */
576 /* This isn't really used by the C code, so could be deleted. */ 576 /* This isn't really used by the C code, so could be deleted. */
577 Lisp_Object backed_up; 577 Lisp_Object backed_up;
578 /* Length of file when last read or saved. 578 /* Length of file when last read or saved.