Mercurial > emacs
diff src/epaths.in @ 9555:0fac2c0a026d
(PATH_BITMAPS): New macro.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 16 Oct 1994 09:47:28 +0000 |
| parents | 07507709e0fe |
| children | 941a81e7fae9 |
line wrap: on
line diff
--- 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"
