0
|
1 /* Synched up with: Not synched with FSF. */
|
|
2
|
|
3 /* the default search path for Lisp function "load" */
|
|
4 #define PATH_LOADSEARCH "EMACS_LIBRARY:[LISP]"
|
|
5
|
|
6 /* the extra search path for programs to invoke.
|
|
7 This is appended to whatever the PATH environment variable says. */
|
|
8 #define PATH_EXEC "EMACS_LIBRARY:[ETC]"
|
|
9
|
|
10 /* the name of the directory that contains lock files
|
|
11 with which we record what files are being modified in Emacs.
|
|
12 This directory should be writable by everyone. */
|
|
13 #define PATH_LOCK "EMACS_LIBRARY:[LOCK]"
|
|
14
|
|
15 /* the name of the file !!!SuperLock!!! in the directory
|
|
16 specified by PATH_LOCK. Yes, this is redundant. */
|
|
17 #define PATH_SUPERLOCK "EMACS_LIBRARY:[LOCK]$$$SUPERLOCK$$$."
|