# HG changeset patch # User Richard M. Stallman # Date 782300848 0 # Node ID 0fac2c0a026db7b1ce45927c585d5f0f3ead1e50 # Parent d3f3f3db986dd2bc44d7489d03048c04f5032bc2 (PATH_BITMAPS): New macro. diff -r d3f3f3db986d -r 0fac2c0a026d src/epaths.in --- a/src/epaths.in Sun Oct 16 08:20:07 1994 +0000 +++ b/src/epaths.in Sun Oct 16 09:47:28 1994 +0000 @@ -22,6 +22,10 @@ is set to this value. */ #define PATH_DATA "/usr/local/lib/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 "/usr/include/X11/bitmaps" + /* Where Emacs should look for its docstring file. The lisp variable doc-directory is set to this value. */ #define PATH_DOC "/usr/local/lib/emacs/data"