aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-16 09:47:28 +0000
committerRichard M. Stallman1994-10-16 09:47:28 +0000
commit509c11e161339dcc03e00f75a3e54de85022fc9b (patch)
tree41358c00db51fc708bb8e94f18500d61ece46d1e /src
parente406700d6968d41fe8292201d97611d35f48beca (diff)
downloademacs-509c11e161339dcc03e00f75a3e54de85022fc9b.tar.gz
emacs-509c11e161339dcc03e00f75a3e54de85022fc9b.zip
(PATH_BITMAPS): New macro.
Diffstat (limited to 'src')
-rw-r--r--src/epaths.in4
1 files changed, 4 insertions, 0 deletions
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 @@
22 is set to this value. */ 22 is set to this value. */
23#define PATH_DATA "/usr/local/lib/emacs/data" 23#define PATH_DATA "/usr/local/lib/emacs/data"
24 24
25/* Where Emacs should look for X bitmap files.
26 The lisp variable x-bitmap-file-path is set based on this value. */
27#define PATH_BITMAPS "/usr/include/X11/bitmaps"
28
25/* Where Emacs should look for its docstring file. The lisp variable 29/* Where Emacs should look for its docstring file. The lisp variable
26 doc-directory is set to this value. */ 30 doc-directory is set to this value. */
27#define PATH_DOC "/usr/local/lib/emacs/data" 31#define PATH_DOC "/usr/local/lib/emacs/data"