]> git.eshelyaron.com Git - emacs.git/commitdiff
(PATH_BITMAPS): New macro.
authorRichard M. Stallman <rms@gnu.org>
Sun, 16 Oct 1994 09:47:28 +0000 (09:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 16 Oct 1994 09:47:28 +0000 (09:47 +0000)
src/epaths.in

index b2c48ae4bcbf7ad573d94a8a7d1a73345dcfc4ed..34d6c98290aa6f308966022eef5c7d465698652c 100644 (file)
    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"