diff options
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/fileio.c | 11 |
2 files changed, 8 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6ab8470dd96..c8fb869c583 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-10-03 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * fileio.c (Vdirectory_sep_char): Remove. | ||
| 4 | |||
| 1 | 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * termhooks.h: Remove #ifdef CONSP. | 7 | * termhooks.h: Remove #ifdef CONSP. |
diff --git a/src/fileio.c b/src/fileio.c index bdef3008750..a2daf7f15c9 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | /* File IO for GNU Emacs. | 1 | /* File IO for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, | 2 | |
| 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, 1997, |
| 4 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 5 | 2009, 2010 Free Software Foundation, Inc. | ||
| 5 | 6 | ||
| 6 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 7 | 8 | ||
| @@ -182,10 +183,6 @@ Lisp_Object Vauto_save_visited_file_name; | |||
| 182 | /* Whether or not to continue auto-saving after a large deletion. */ | 183 | /* Whether or not to continue auto-saving after a large deletion. */ |
| 183 | Lisp_Object Vauto_save_include_big_deletions; | 184 | Lisp_Object Vauto_save_include_big_deletions; |
| 184 | 185 | ||
| 185 | /* On NT, specifies the directory separator character, used (eg.) when | ||
| 186 | expanding file names. This can be bound to / or \. */ | ||
| 187 | Lisp_Object Vdirectory_sep_char; | ||
| 188 | |||
| 189 | #ifdef HAVE_FSYNC | 186 | #ifdef HAVE_FSYNC |
| 190 | /* Nonzero means skip the call to fsync in Fwrite-region. */ | 187 | /* Nonzero means skip the call to fsync in Fwrite-region. */ |
| 191 | int write_region_inhibit_fsync; | 188 | int write_region_inhibit_fsync; |