Changeset 4220 for trunk/src/buffer.h
- Timestamp:
- 04/04/08 22:04:40 (8 months ago)
- Files:
-
- trunk/src/buffer.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/buffer.h
r4190 r4220 1 1 /* Header file for the buffer manipulation primitives. 2 2 Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 3 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 3 2002, 2003, 2004, 2005, 2006, 2007, 2008 4 Free Software Foundation, Inc. 4 5 5 6 This file is part of GNU Emacs. … … 7 8 GNU Emacs is free software; you can redistribute it and/or modify 8 9 it under the terms of the GNU General Public License as published by 9 the Free Software Foundation; either version 2, or (at your option)10 the Free Software Foundation; either version 3, or (at your option) 10 11 any later version. 11 12 … … 562 563 /* Dir for expanding relative file names. */ 563 564 Lisp_Object directory; 564 /* True if fthis buffer has been backed up (if you write to the565 /* True if this buffer has been backed up (if you write to the 565 566 visited file and it hasn't been backed up, then a backup will 566 567 be made). */
