Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/emacs-wget/files: 65emacs-wget-gentoo.el
Date: Mon, 24 Mar 2008 21:32:46
Message-Id: E1JduGy-0004dS-Es@stork.gentoo.org
1 ulm 08/03/24 21:32:04
2
3 Modified: 65emacs-wget-gentoo.el
4 Log:
5 Set the load-path during site initialisation.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 app-emacs/emacs-wget/files/65emacs-wget-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el?r1=1.1&r2=1.2
14
15 Index: 65emacs-wget-gentoo.el
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 65emacs-wget-gentoo.el 1 May 2004 11:29:57 -0000 1.1
22 +++ 65emacs-wget-gentoo.el 24 Mar 2008 21:32:03 -0000 1.2
23 @@ -1,6 +1,7 @@
24
25 ;;; emacs-wget site-lisp configuration
26
27 +(add-to-list 'load-path "@SITELISP@")
28 (autoload 'wget "wget" "wget interface for Emacs." t)
29 (autoload 'wget-web-page "wget" "wget interface to download whole web page." t)
30 (load "w3m-wget")
31
32
33
34 --
35 gentoo-commits@l.g.o mailing list