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/regress/files: 50regress-gentoo.el 1.5.0-regress.el-gentoo.patch
Date: Fri, 09 Nov 2007 18:50:38
Message-Id: E1IqYw4-0007Iv-0M@stork.gentoo.org
1 ulm 07/11/09 18:50:32
2
3 Modified: 50regress-gentoo.el
4 Removed: 1.5.0-regress.el-gentoo.patch
5 Log:
6 Add autoload definitions to site-init file. Remove stale file.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.2 app-emacs/regress/files/50regress-gentoo.el
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/regress/files/50regress-gentoo.el?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/regress/files/50regress-gentoo.el?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/regress/files/50regress-gentoo.el?r1=1.1&r2=1.2
15
16 Index: 50regress-gentoo.el
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/regress/files/50regress-gentoo.el,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- 50regress-gentoo.el 25 Nov 2003 17:28:02 -0000 1.1
23 +++ 50regress-gentoo.el 9 Nov 2007 18:50:31 -0000 1.2
24 @@ -1,4 +1,8 @@
25
26 -;;; site-lisp configuration for regress
27 +;;; regress site-lisp configuration
28
29 -(add-to-list 'load-path "@SITELISP@")
30 \ No newline at end of file
31 +(add-to-list 'load-path "@SITELISP@")
32 +(autoload 'regress-insert-suite "regress" nil t)
33 +(autoload 'regress-insert-call "regress" nil t)
34 +(autoload 'regress-forget "regress" nil t)
35 +(autoload 'regress "regress" nil t)
36
37
38
39 --
40 gentoo-commits@g.o mailing list