diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-28 23:39:58 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-28 23:39:58 +0000 |
commit | ff9c98785b6131ea827150825e40170924af6e68 (patch) | |
tree | 45cedcb1570c729c2fde08af902bd9b48478164f /editors | |
parent | 6ba1345d3e83708d2dce450ca7665aea4a1c16c5 (diff) | |
download | FreeBSD-ports-ff9c98785b6131ea827150825e40170924af6e68.zip FreeBSD-ports-ff9c98785b6131ea827150825e40170924af6e68.tar.gz |
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
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mule-common/files/site-start.el.tmpl | 1 |
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 3841abb..79e43ff 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)) |