diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-09-29 08:08:30 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-09-29 08:08:30 +0000 |
commit | 33c4e10acdc2e23683c172ac2e6c720c733598d2 (patch) | |
tree | 8bb72f8e980dee2fcb238b568d36069ab8b6d119 /app-emacs/wanderlust/files | |
parent | Add some more useful definitions. (diff) | |
download | historical-33c4e10acdc2e23683c172ac2e6c720c733598d2.tar.gz historical-33c4e10acdc2e23683c172ac2e6c720c733598d2.tar.bz2 historical-33c4e10acdc2e23683c172ac2e6c720c733598d2.zip |
Stable on x86. Fixed incorrect load-path in 70wl-gentoo.el; bug #106559.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'app-emacs/wanderlust/files')
-rw-r--r-- | app-emacs/wanderlust/files/70wl-gentoo.el | 2 | ||||
-rw-r--r-- | app-emacs/wanderlust/files/digest-wanderlust-2.14.0 | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/wanderlust/files/70wl-gentoo.el b/app-emacs/wanderlust/files/70wl-gentoo.el index 8aa46ec18901..84a81673a501 100644 --- a/app-emacs/wanderlust/files/70wl-gentoo.el +++ b/app-emacs/wanderlust/files/70wl-gentoo.el @@ -1,7 +1,7 @@ ;;; Wanderlust site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(setq load-path (cons "/usr/share/emacs/site-lisp/wl" load-path)) (autoload 'wl "wl" "Wanderlust" t) (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t) diff --git a/app-emacs/wanderlust/files/digest-wanderlust-2.14.0 b/app-emacs/wanderlust/files/digest-wanderlust-2.14.0 deleted file mode 100644 index fe804ec5bbbd..000000000000 --- a/app-emacs/wanderlust/files/digest-wanderlust-2.14.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 60b94c9796ee40b6585ef19a509c90df wl-2.14.0.tar.gz 1101505 |