Mercurial > hg > xemacs-beta
view nt/installer/Wise/dirs.py @ 4443:e7b3a3266356
No doc special-case for autoloads; rely on on #'symbol-file instead.
2008-04-10 Aidan Kehoe <kehoea@parhasard.net>
* help.el (describe-function-1):
Rely on #'symbol-file to tell which file an autoloaded function
belongs to, don't special-case them.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 10 Apr 2008 00:31:27 +0200 |
parents | a268de273009 |
children |
line wrap: on
line source
#Configuration variables #where the source is: source = r"X:\XEmacs-21" #where the installed distribution is: installed = r"C:\Program Files\XEmacs\xemacs-21.0-b62" #where the (built and installed) packages are packages = r"C:\Program Files\XEmacs\xemacs-packages" #where the package source is pkg_src = r"X:\xemacs-packages" #Subdirs relative to the base installation directory #Everything except packages goes here: dst = "XEmacs-21.0-b62" #packages go here: pkg_dst = "xemacs-packages"