]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove PATH_LOCK, add PATH_BITMAPS.
authorJason Rumney <jasonr@gnu.org>
Thu, 11 Mar 2004 22:54:34 +0000 (22:54 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 11 Mar 2004 22:54:34 +0000 (22:54 +0000)
nt/ChangeLog
nt/paths.h

index 91f2179849fc63240e78026ea0107cf8160ab7f3..829bc868a99d463aef79a5155718569cab116b7a 100644 (file)
@@ -1,3 +1,7 @@
+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
index 64258d12ad7f6238c8cbdbf73f87bb8b47e661f2..1e509530768d00cb58d2e7d4c34cac1c191b24d0 100644 (file)
@@ -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.  */