aboutsummaryrefslogtreecommitdiffstats
path: root/nt/paths.h
diff options
context:
space:
mode:
authorJason Rumney <[email protected]>2004-03-11 22:54:34 +0000
committerJason Rumney <[email protected]>2004-03-11 22:54:34 +0000
commit2f0c11a15d15372775c19b9f900b3309e284ab9b (patch)
tree4de92d19d1213a5bde4656cbb815e7c534aa9ad6 /nt/paths.h
parent45034953f49dd6c46196389fc4754bc1ebc6f97d (diff)
Remove PATH_LOCK, add PATH_BITMAPS.
Diffstat (limited to 'nt/paths.h')
-rw-r--r--nt/paths.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/nt/paths.h b/nt/paths.h
index 64258d12ad..1e50953076 100644
--- a/nt/paths.h
+++ b/nt/paths.h
@@ -44,17 +44,14 @@ Boston, MA 02111-1307, USA. */
/* #define PATH_DATA "/usr/local/lib/emacs/data" */
#define PATH_DATA "C:/emacs/data"
+/* Where Emacs should look for X bitmap files.
+ The lisp variable x-bitmap-file-path is set based on this value. */
+#define PATH_BITMAPS ""
+
/* Where Emacs should look for its docstring file. The lisp variable
doc-directory is set to this value. */
#define PATH_DOC "C:/emacs/etc"
-/* The name of the directory that contains lock files with which we
- record what files are being modified in Emacs. This directory
- should be writable by everyone. THE STRING MUST END WITH A
- SLASH!!! */
-/* #define PATH_LOCK "/usr/local/lib/emacs/lock/" */
-#define PATH_LOCK "C:/emacs/lock/"
-
/* Where the configuration process believes the info tree lives. The
lisp variable configure-info-directory gets its value from this
macro, and is then used to set the Info-default-directory-list. */