diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-03-24 21:32:03 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-03-24 21:32:03 +0000 |
commit | 335f80957da1024f98e3bd0ac7a98c8b131247e0 (patch) | |
tree | ffe50a6ae1322f6ec8b928a100e39b200a09e81d /app-emacs/emacs-wget | |
parent | - version bump for newer 2.6.x kernels (diff) | |
download | gentoo-2-335f80957da1024f98e3bd0ac7a98c8b131247e0.tar.gz gentoo-2-335f80957da1024f98e3bd0ac7a98c8b131247e0.tar.bz2 gentoo-2-335f80957da1024f98e3bd0ac7a98c8b131247e0.zip |
Set the load-path during site initialisation.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emacs/emacs-wget')
-rw-r--r-- | app-emacs/emacs-wget/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/emacs-wget/files/65emacs-wget-gentoo.el | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emacs/emacs-wget/ChangeLog b/app-emacs/emacs-wget/ChangeLog index 3c61b477d27d..d0ecb355d089 100644 --- a/app-emacs/emacs-wget/ChangeLog +++ b/app-emacs/emacs-wget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/emacs-wget -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.18 2007/12/02 14:41:42 opfer Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.19 2008/03/24 21:32:03 ulm Exp $ + + 24 Mar 2008; Ulrich Mueller <ulm@gentoo.org> files/65emacs-wget-gentoo.el: + Set the load-path during site initialisation. 02 Dec 2007; Christian Faulhammer <opfer@gentoo.org> emacs-wget-0.5.0.ebuild: diff --git a/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el b/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el index 538f601f94b9..af86cfd06699 100644 --- a/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el +++ b/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el @@ -1,6 +1,7 @@ ;;; emacs-wget site-lisp configuration +(add-to-list 'load-path "@SITELISP@") (autoload 'wget "wget" "wget interface for Emacs." t) (autoload 'wget-web-page "wget" "wget interface to download whole web page." t) (load "w3m-wget") |