comparison lisp/packages.el @ 528:ef4d2466a29c

[xemacs-hg @ 2001-05-10 09:59:45 by ben] implement user-name-all-completions under Windows. xemacs.mak: need another lib (netapi32.lib) for user-name-all-completions. emacs.c: create new function force-debugging-signal (only when DEBUG_XEMACS) to breakpoint or abort to the debugger. mule\mule-coding.el, file-coding.c, file-coding.h, lisp.h: move coding-system-charset to lisp to avoid doc warning. autoload.el, packages.el, startup.el, update-elc-2.el, update-elc.el: Rewrite much of the bootstrapping process to be more robust, and in particular to rebuild the auto-autoloads and custom-loads files no matter what state (including missing) they're currently in. xemacs.mak: remove autoload-building target. Makefile.in.in: remove autoload targets.
author ben
date Thu, 10 May 2001 09:59:57 +0000
parents d7a9135ec789
children 455754515716
comparison
equal deleted inserted replaced
527:7b35ad872326 528:ef4d2466a29c
162 in dumped-lisp.el and is not itself listed.") 162 in dumped-lisp.el and is not itself listed.")
163 163
164 (defvar packages-useful-lisp 164 (defvar packages-useful-lisp
165 '("bytecomp" 165 '("bytecomp"
166 "byte-optimize" 166 "byte-optimize"
167 "autoload"
167 "shadow" 168 "shadow"
168 "cl-macs") 169 "cl-macs")
169 "Lisp packages that need early byte compilation.") 170 "Lisp packages that need early byte compilation.")
170 171
171 (defvar packages-unbytecompiled-lisp 172 (defvar packages-unbytecompiled-lisp