changeset 110743:9efd09876018

* src/fileio.c (Vdirectory_sep_char): Remove.
author Glenn Morris <rgm@gnu.org>
date Sun, 03 Oct 2010 14:27:04 -0700
parents f0f8f95b6535
children dab4cfd7ea71
files src/ChangeLog src/fileio.c
diffstat 2 files changed, 8 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Oct 03 14:23:13 2010 -0700
+++ b/src/ChangeLog	Sun Oct 03 14:27:04 2010 -0700
@@ -1,3 +1,7 @@
+2010-10-03  Glenn Morris  <rgm@gnu.org>
+
+	* fileio.c (Vdirectory_sep_char): Remove.
+
 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* termhooks.h: Remove #ifdef CONSP.
--- a/src/fileio.c	Sun Oct 03 14:23:13 2010 -0700
+++ b/src/fileio.c	Sun Oct 03 14:27:04 2010 -0700
@@ -1,7 +1,8 @@
 /* File IO for GNU Emacs.
-   Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996,
-                 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+
+Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, 1997,
+  1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+  2009, 2010  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -182,10 +183,6 @@
 /* Whether or not to continue auto-saving after a large deletion.  */
 Lisp_Object Vauto_save_include_big_deletions;
 
-/* On NT, specifies the directory separator character, used (eg.) when
-   expanding file names.  This can be bound to / or \. */
-Lisp_Object Vdirectory_sep_char;
-
 #ifdef HAVE_FSYNC
 /* Nonzero means skip the call to fsync in Fwrite-region.  */
 int write_region_inhibit_fsync;