Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/libidn/files: 50libidn-gentoo.el
Date: Wed, 03 Sep 2008 13:29:21
Message-Id: E1KasQA-0002Wt-HW@stork.gentoo.org
1 ulm 08/09/03 13:29:18
2
3 Added: 50libidn-gentoo.el
4 Log:
5 Fix Emacs support, bug 187332. Other small fixes.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
7
8 Revision Changes Path
9 1.1 net-dns/libidn/files/50libidn-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/libidn/files/50libidn-gentoo.el?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/libidn/files/50libidn-gentoo.el?rev=1.1&content-type=text/plain
13
14 Index: 50libidn-gentoo.el
15 ===================================================================
16
17 ;;; libidn site-lisp configuration
18
19 (add-to-list 'load-path "@SITELISP@")
20 (autoload 'idna-to-ascii "idna"
21 "Returns an ASCII Compatible Encoding (ACE) of STR.")
22 (autoload 'idna-to-unicode "idna"
23 "Returns a possibly multibyte string after decoding STR.")
24 (autoload 'punycode-encode "punycode"
25 "Returns a Punycode encoding of STR.")
26 (autoload 'punycode-decode "punycode"
27 "Returns a possibly multibyte string which is the punycode decoding of STR.")