emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/mac/inc/epaths.h


From: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/mac/inc/epaths.h
Date: Mon, 27 Dec 2004 12:42:30 -0500

Index: emacs/mac/inc/epaths.h
diff -c emacs/mac/inc/epaths.h:1.4 emacs/mac/inc/epaths.h:1.5
*** emacs/mac/inc/epaths.h:1.4  Mon Sep  1 15:45:42 2003
--- emacs/mac/inc/epaths.h      Mon Dec 27 17:23:53 2004
***************
*** 46,52 ****
  
  /* Where Emacs should look for X bitmap files.
     The lisp variable x-bitmap-file-path is set based on this value.  */
! /* #define PATH_BITMAPS "/usr/include/X11/bitmaps" */
  
  /* Where Emacs should look for its docstring file.  The lisp variable
     doc-directory is set to this value.  */
--- 46,52 ----
  
  /* 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.  */
***************
*** 57,62 ****
--- 57,65 ----
     macro, and is then used to set the Info-default-directory-list.  */
  #define PATH_INFO "~emacs/info"
  
+ /* Where Emacs should store game score files.  */
+ #define PATH_GAME "~emacs/games"
+ 
  /* Where Emacs should look for the application default file. */
  /* #define PATH_X_DEFAULTS 
"/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S"
 */
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]