diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-05-22 04:59:52 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-05-22 04:59:52 +0000 |
commit | 38a189791921a93b004198c36f09adc26bdd1e5e (patch) | |
tree | 64ee8f7a7ccda3873763914fa41a19cc7ac2b533 /editors/tamago-emacs21/pkg-plist | |
parent | From submitter: (diff) |
Without touching .nosearch, normal-top-level-add-subdirs-to-load-path
function in subdirs.el adds %%ELISPDIR%%/egg/egg which is for
implementation specific.
This port has egg/egg/anthy.el, and japanese/anthy also have anthy.el
for actual use. Anthy tries to load egg/egg/anthy.el, not thier
anthy.el without this fix.
Diffstat (limited to 'editors/tamago-emacs21/pkg-plist')
-rw-r--r-- | editors/tamago-emacs21/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/tamago-emacs21/pkg-plist b/editors/tamago-emacs21/pkg-plist index fc42ec936992..6281d8427ccc 100644 --- a/editors/tamago-emacs21/pkg-plist +++ b/editors/tamago-emacs21/pkg-plist @@ -10,6 +10,7 @@ %%ELISPDIR%%/egg/egg-sim.elc %%ELISPDIR%%/egg/egg.el %%ELISPDIR%%/egg/egg.elc +%%ELISPDIR%%/egg/egg/.nosearch %%ELISPDIR%%/egg/egg/anthy.el %%ELISPDIR%%/egg/egg/anthy.elc %%ELISPDIR%%/egg/egg/anthyipc.el |