summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-28 23:39:58 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-28 23:39:58 +0000
commite92af7d1bce01466042c71e7367e6459f9571865 (patch)
treebd0668101001fbb9cd04d6a58bb87b14be523d0e /editors
parentThe last commit had a bogus path in the MASTER_SITE and I forgot (diff)
Added "%%LOCALBASE%%/share/mule/info" into site-start.el
Reported by: Inagaki Kentaro <inagaki@tg.rim.or.jp> Obtained from: ports-jp@jp.freebsd.org
Notes
Notes: svn path=/head/; revision=22056
Diffstat (limited to 'editors')
-rw-r--r--editors/mule-common/files/site-start.el.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/mule-common/files/site-start.el.tmpl b/editors/mule-common/files/site-start.el.tmpl
index 3841abb13066..79e43ffdc229 100644
--- a/editors/mule-common/files/site-start.el.tmpl
+++ b/editors/mule-common/files/site-start.el.tmpl
@@ -35,6 +35,7 @@
(setq Info-default-directory-list
(append (list
"%%LOCALBASE%%/share/mule/19.34/info"
+ "%%LOCALBASE%%/share/mule/info"
"%%X11BASE%%/info"
"/usr/share/info"
) Info-default-directory-list))