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/browse-kill-ring/files: 50browse-kill-ring-gentoo.el
Date: Fri, 02 Dec 2011 06:43:40
Message-Id: 20111202064330.9BD8F2004C@flycatcher.gentoo.org
1 ulm 11/12/02 06:43:30
2
3 Modified: 50browse-kill-ring-gentoo.el
4 Log:
5 Update HOMEPAGE, bug 392291. Bump EAPI to 4.
6
7 (Portage version: 2.1.10.39/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-emacs/browse-kill-ring/files/50browse-kill-ring-gentoo.el
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/browse-kill-ring/files/50browse-kill-ring-gentoo.el?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/browse-kill-ring/files/50browse-kill-ring-gentoo.el?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/browse-kill-ring/files/50browse-kill-ring-gentoo.el?r1=1.1&r2=1.2
15
16 Index: 50browse-kill-ring-gentoo.el
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/browse-kill-ring/files/50browse-kill-ring-gentoo.el,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- 50browse-kill-ring-gentoo.el 21 Mar 2008 21:38:09 -0000 1.1
23 +++ 50browse-kill-ring-gentoo.el 2 Dec 2011 06:43:30 -0000 1.2
24 @@ -1,6 +1,3 @@
25 -
26 -;;; browse-kill-ring site-lisp configuration
27 -
28 (add-to-list 'load-path "@SITELISP@")
29 (autoload 'browse-kill-ring "browse-kill-ring"
30 "Display items in the `kill-ring' in another buffer." t)