From: Richard M. Stallman Date: Sun, 16 Oct 1994 09:47:28 +0000 (+0000) Subject: (PATH_BITMAPS): New macro. X-Git-Tag: emacs-19.34~6299 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=509c11e161339dcc03e00f75a3e54de85022fc9b;p=emacs.git (PATH_BITMAPS): New macro. --- diff --git a/src/epaths.in b/src/epaths.in index b2c48ae4bcb..34d6c98290a 100644 --- a/src/epaths.in +++ b/src/epaths.in @@ -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"