diff options
| author | Jason Rumney | 2004-03-11 22:54:34 +0000 |
|---|---|---|
| committer | Jason Rumney | 2004-03-11 22:54:34 +0000 |
| commit | 2f0c11a15d15372775c19b9f900b3309e284ab9b (patch) | |
| tree | 4de92d19d1213a5bde4656cbb815e7c534aa9ad6 | |
| parent | 45034953f49dd6c46196389fc4754bc1ebc6f97d (diff) | |
| download | emacs-2f0c11a15d15372775c19b9f900b3309e284ab9b.tar.gz emacs-2f0c11a15d15372775c19b9f900b3309e284ab9b.zip | |
Remove PATH_LOCK, add PATH_BITMAPS.
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/paths.h | 11 |
2 files changed, 8 insertions, 7 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 91f2179849f..829bc868a99 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-03-11 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * paths.h: Remove PATH_LOCK, add PATH_BITMAPS. | ||
| 4 | |||
| 1 | 2004-03-10 Juanma Barranquero <lektu@terra.es> | 5 | 2004-03-10 Juanma Barranquero <lektu@terra.es> |
| 2 | 6 | ||
| 3 | * makefile.w32-in (install): Don't try to copy | 7 | * makefile.w32-in (install): Don't try to copy |
diff --git a/nt/paths.h b/nt/paths.h index 64258d12ad7..1e509530768 100644 --- a/nt/paths.h +++ b/nt/paths.h | |||
| @@ -44,17 +44,14 @@ Boston, MA 02111-1307, USA. */ | |||
| 44 | /* #define PATH_DATA "/usr/local/lib/emacs/data" */ | 44 | /* #define PATH_DATA "/usr/local/lib/emacs/data" */ |
| 45 | #define PATH_DATA "C:/emacs/data" | 45 | #define PATH_DATA "C:/emacs/data" |
| 46 | 46 | ||
| 47 | /* Where Emacs should look for X bitmap files. | ||
| 48 | The lisp variable x-bitmap-file-path is set based on this value. */ | ||
| 49 | #define PATH_BITMAPS "" | ||
| 50 | |||
| 47 | /* Where Emacs should look for its docstring file. The lisp variable | 51 | /* Where Emacs should look for its docstring file. The lisp variable |
| 48 | doc-directory is set to this value. */ | 52 | doc-directory is set to this value. */ |
| 49 | #define PATH_DOC "C:/emacs/etc" | 53 | #define PATH_DOC "C:/emacs/etc" |
| 50 | 54 | ||
| 51 | /* The name of the directory that contains lock files with which we | ||
| 52 | record what files are being modified in Emacs. This directory | ||
| 53 | should be writable by everyone. THE STRING MUST END WITH A | ||
| 54 | SLASH!!! */ | ||
| 55 | /* #define PATH_LOCK "/usr/local/lib/emacs/lock/" */ | ||
| 56 | #define PATH_LOCK "C:/emacs/lock/" | ||
| 57 | |||
| 58 | /* Where the configuration process believes the info tree lives. The | 55 | /* Where the configuration process believes the info tree lives. The |
| 59 | lisp variable configure-info-directory gets its value from this | 56 | lisp variable configure-info-directory gets its value from this |
| 60 | macro, and is then used to set the Info-default-directory-list. */ | 57 | macro, and is then used to set the Info-default-directory-list. */ |