Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2f0c11a1
Commit
2f0c11a1
authored
Mar 11, 2004
by
Jason Rumney
Browse files
Remove PATH_LOCK, add PATH_BITMAPS.
parent
45034953
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
nt/ChangeLog
nt/ChangeLog
+4
-0
nt/paths.h
nt/paths.h
+4
-7
No files found.
nt/ChangeLog
View file @
2f0c11a1
2004-03-11 Jason Rumney <jasonr@gnu.org>
* paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
2004-03-10 Juanma Barranquero <lektu@terra.es>
* makefile.w32-in (install): Don't try to copy
...
...
nt/paths.h
View file @
2f0c11a1
...
...
@@ -44,17 +44,14 @@ Boston, MA 02111-1307, USA. */
/* #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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment