comparison lisp/auto-autoloads.el @ 357:4711e16a8e49 r21-1-8

Import from CVS: tag r21-1-8
author cvs
date Mon, 13 Aug 2007 10:57:04 +0200
parents 8bec6624d99b
children 972bbb6d6ca2
comparison
equal deleted inserted replaced
356:e85f639a32f3 357:4711e16a8e49
1290 1290
1291 For version information, it is assumed things are listed in most 1291 For version information, it is assumed things are listed in most
1292 recent to least recent -- in other words, the version names don't have to 1292 recent to least recent -- in other words, the version names don't have to
1293 be lexically ordered. It is debatable if it makes sense to have more than 1293 be lexically ordered. It is debatable if it makes sense to have more than
1294 one version of a package available.") 1294 one version of a package available.")
1295
1296 (defcustom package-get-download-sites '(("xemacs.org" "ftp.xemacs.org" "pub/xemacs/packages") ("cso.uiuc.edu" "ftp.cso.uiuc.edu" "pub/packages/xemacs/packages") ("unicamp.br" "ftp.unicamp.br" "pub/xemacs/packages") ("sunsite.cnlab-switch.ch" "sunsite.cnlab-switch.ch" "mirror/xemacs/packages") ("tu-darmstadt.de" "ftp.tu-darmstadt.de" "pub/editors/xemacs/packages") ("sunsite.auc.dk" "sunsite.auc.dk" "pub/emacs/xemacs/packages") ("pasteur.fr" "ftp.pasteur.fr" "pub/computing/xemacs/packages") ("cenatls.cena.dgac.fr" "ftp.cenatls.cena.dgac.fr" "pub/Emacs/xemacs/packages") ("kfki.hu" "ftp.kfki.hu" "pub/packages/xemacs/packages") ("uniroma2.it" "ftp.uniroma2.it" "unix/misc/dist/XEMACS/packages") ("icm.edu.pl" "ftp.icm.edu.pl" "pub/unix/editors/xemacs/packages") ("sunet.se" "ftp.sunet.se" "pub/gnu/xemacs/packages") ("doc.ic.ac.uk" "sunsite.doc.ic.ac.uk" "packages/xemacs/packages") ("srcc.msu.su" "ftp1.srcc.msu.su" "mirror/ftp.xemacs.org/packages") ("usyd.edu.au" "ftp.usyd.edu.au" "pub/Xemacs/packages") ("netlab.is.tsukuba.ac.jp" "ftp.netlab.is.tsukuba.ac.jp" "pub/GNU/xemacs/packages") ("jaist.ac.jp" "ftp.jaist.ac.jp" "pub/GNU/xemacs/packages") ("ring.aist.go.jp" "ring.aist.go.jp" "pub/text/xemacs/packages") ("ring.asahi-net.or.jp" "ring.asahi-net.or.jp" "pub/text/xemacs/packages") ("SunSITE.sut.ac.jp" "SunSITE.sut.ac.jp" "pub/archives/packages/xemacs/packages") ("dti.ad.jp" "ftp.dti.ad.jp" "pub/unix/editor/xemacs/packages") ("kreonet.re.kr" "ftp.kreonet.re.kr" "pub/tools/emacs/xemacs/packages")) "*List of remote sites available for downloading packages.\nList format is '(site-description site-name directory-on-site).\nSITE-DESCRIPTION is a textual description of the site. SITE-NAME\nis the internet address of the download site. DIRECTORY-ON-SITE\nis the directory on the site in which packages may be found.\nThis variable is used to initialize `package-get-remote', the\nvariable actually used to specify package download sites." :tag "Package download sites" :type '(repeat (list hostname directory)) :group 'package-get)
1295 1297
1296 (autoload 'package-get-download-menu "package-get" "\ 1298 (autoload 'package-get-download-menu "package-get" "\
1297 Build the `Add Download Site' menu." nil nil) 1299 Build the `Add Download Site' menu." nil nil)
1298 1300
1299 (autoload 'package-get-require-base "package-get" "\ 1301 (autoload 'package-get-require-base "package-get" "\
1737 (autoload 'font-menu-size-constructor "x-font-menu" nil nil nil) 1739 (autoload 'font-menu-size-constructor "x-font-menu" nil nil nil)
1738 1740
1739 (autoload 'font-menu-weight-constructor "x-font-menu" nil nil nil) 1741 (autoload 'font-menu-weight-constructor "x-font-menu" nil nil nil)
1740 1742
1741 ;;;*** 1743 ;;;***
1744
1745 ;;;### (autoloads (xpm-button-create) "xpm-button" "lisp/xpm-button.el")
1746
1747 (autoload 'xpm-button-create "xpm-button" "\
1748 Returns a list of XPM image instantiators for a button displaying TEXT.
1749 The list is of the form
1750 (UP DOWN DISABLED)
1751 where UP, DOWN, and DISABLED are the up, down and disabled image
1752 instantiators for the button.
1753
1754 SHADOW-THICKNESS specifies how many pixels should be used for the
1755 shadows on the edges of the buttons. It should be a positive integer,
1756 or 0 to mean no shadows on the edges.
1757 FG-COLOR is the color used to display the text. It should be a string.
1758 BG-COLOR is the background color the text will be displayed upon.
1759 It should be a string." nil nil)
1760
1761 ;;;***
1742 1762
1743 (provide 'Standard-autoloads) 1763 (provide 'Standard-autoloads)