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/http-emacs/files: 51http-emacs-gentoo.el
Date: Thu, 28 Aug 2008 06:43:53
Message-Id: E1KYbEP-0004JN-SE@stork.gentoo.org
1 ulm 08/08/28 06:43:45
2
3 Modified: 51http-emacs-gentoo.el
4 Log:
5 Use elisp-compile instead of elisp-comp, bug 235442.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
7
8 Revision Changes Path
9 1.2 app-emacs/http-emacs/files/51http-emacs-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/http-emacs/files/51http-emacs-gentoo.el?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/http-emacs/files/51http-emacs-gentoo.el?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/http-emacs/files/51http-emacs-gentoo.el?r1=1.1&r2=1.2
14
15 Index: 51http-emacs-gentoo.el
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/files/51http-emacs-gentoo.el,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 51http-emacs-gentoo.el 16 Oct 2007 21:25:14 -0000 1.1
22 +++ 51http-emacs-gentoo.el 28 Aug 2008 06:43:45 -0000 1.2
23 @@ -4,6 +4,8 @@
24 (add-to-list 'load-path "@SITELISP@")
25 (autoload 'http-get "http-get"
26 "Get URL in a buffer, and return the process." t)
27 +(autoload 'http-post "http-post"
28 + "Post to a URL in a buffer using HTTP 1.1, and return the process." t)
29 (autoload 'swc-emacswiki-browse "simple-wiki-completion" nil t)
30 (autoload 'simple-wiki-edit "simple-wiki-edit")