diff options
| author | Richard M. Stallman | 1997-08-07 18:43:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-07 18:43:31 +0000 |
| commit | dd3427fa1fcb760daa2532a9ce29168b219e3543 (patch) | |
| tree | 7b395d632faae1c0e19003742dc66e1d7b74f2a9 /src/epaths.in | |
| parent | 8b6f8a99981fc349096fe8e8041bbc6621df4745 (diff) | |
| download | emacs-dd3427fa1fcb760daa2532a9ce29168b219e3543.tar.gz emacs-dd3427fa1fcb760daa2532a9ce29168b219e3543.zip | |
(PATH_LOCK): Definition deleted.
Diffstat (limited to 'src/epaths.in')
| -rw-r--r-- | src/epaths.in | 6 |
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 @@ | |||
| 30 | doc-directory is set to this value. */ | 30 | doc-directory is set to this value. */ |
| 31 | #define PATH_DOC "/usr/local/lib/emacs/data" | 31 | #define PATH_DOC "/usr/local/lib/emacs/data" |
| 32 | 32 | ||
| 33 | /* The name of the directory that contains lock files with which we | ||
| 34 | record what files are being modified in Emacs. This directory | ||
| 35 | should be writable by everyone. THE STRING MUST END WITH A | ||
| 36 | SLASH!!! */ | ||
| 37 | #define PATH_LOCK "/usr/local/lib/emacs/lock/" | ||
| 38 | |||
| 39 | /* Where the configuration process believes the info tree lives. The | 33 | /* Where the configuration process believes the info tree lives. The |
| 40 | lisp variable configure-info-directory gets its value from this | 34 | lisp variable configure-info-directory gets its value from this |
| 41 | macro, and is then used to set the Info-default-directory-list. */ | 35 | macro, and is then used to set the Info-default-directory-list. */ |