summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-08-09 20:02:10 -0400
committerGlenn Morris <rgm@gnu.org>2012-08-09 20:02:10 -0400
commit9374581a2448ff52315bc9a5037dcec504167702 (patch)
tree017f604281be58c739d51347c5b4a7397b0b6eda /nt
parent59a428eb3f1accfe9da6212d2695870d63037bbe (diff)
downloademacs-9374581a2448ff52315bc9a5037dcec504167702.tar.gz
Move DIRECTORY_SEP from lisp.h to config.h
* configure.ac (DIRECTORY_SEP): Move here from src/lisp.h. * src/lisp.h (DIRECTORY_SEP): Let configure set it. * nt/config.nt (DIRECTORY_SEP): Move here from src/lisp.h. * lib-src/movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): * lib-src/make-docfile.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): * lib-src/emacsclient.c (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP): Remove (they are in config.h now).
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/config.nt6
2 files changed, 8 insertions, 2 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 46a425b60c6..7ad4231b611 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-10 Glenn Morris <rgm@gnu.org>
+
+ * config.nt (DIRECTORY_SEP): Move here from src/lisp.h.
+
2012-08-07 Juanma Barranquero <lekktu@gmail.com>
* config.nt: Sync with autogen/config.nt.
diff --git a/nt/config.nt b/nt/config.nt
index fe21f15f2fb..c1e7a917d82 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -1,7 +1,6 @@
/* GNU Emacs site configuration template file.
-Copyright (C) 1988, 1993-1994, 2001-2012
- Free Software Foundation, Inc.
+Copyright (C) 1988, 1993-1994, 2001-2012 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -131,6 +130,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
#undef DGUX
+/* Character that separates directories in a file name. */
+#define DIRECTORY_SEP '/'
+
/* Define if dispnew.c should include stdio_ext.h. */
#undef DISPNEW_NEEDS_STDIO_EXT