From: Glenn Morris Date: Sun, 3 Oct 2010 21:27:04 +0000 (-0700) Subject: * src/fileio.c (Vdirectory_sep_char): Remove. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~46^2~203 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2afe435ea7392d67fcbbb50147de4791b9996df;p=emacs.git * src/fileio.c (Vdirectory_sep_char): Remove. --- diff --git a/src/ChangeLog b/src/ChangeLog index 6ab8470dd96..c8fb869c583 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-10-03 Glenn Morris + + * fileio.c (Vdirectory_sep_char): Remove. + 2010-10-03 Dan Nicolaescu * 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 @@ /* 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 @@ Lisp_Object Vauto_save_visited_file_name; /* 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;