summaryrefslogtreecommitdiff
path: root/src/epaths.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-07 18:43:31 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-07 18:43:31 +0000
commitdd3427fa1fcb760daa2532a9ce29168b219e3543 (patch)
tree7b395d632faae1c0e19003742dc66e1d7b74f2a9 /src/epaths.in
parent8b6f8a99981fc349096fe8e8041bbc6621df4745 (diff)
downloademacs-dd3427fa1fcb760daa2532a9ce29168b219e3543.tar.gz
(PATH_LOCK): Definition deleted.
Diffstat (limited to 'src/epaths.in')
-rw-r--r--src/epaths.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/epaths.in b/src/epaths.in
index 34d6c98290a..e09cdc9111b 100644
--- a/src/epaths.in
+++ b/src/epaths.in
@@ -30,12 +30,6 @@
doc-directory is set to this value. */
#define PATH_DOC "/usr/local/lib/emacs/data"
-/* 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/"
-
/* 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. */