Mercurial > emacs
changeset 54370:9b4b027738a6
Remove PATH_LOCK, add PATH_BITMAPS.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Thu, 11 Mar 2004 22:54:01 +0000 |
parents | 5615f41853a3 |
children | 3b169dbc05d2 |
files | nt/paths.h |
diffstat | 1 files changed, 4 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/paths.h Thu Mar 11 22:48:33 2004 +0000 +++ b/nt/paths.h Thu Mar 11 22:54:01 2004 +0000 @@ -44,17 +44,14 @@ /* #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. */