comparison src/lisp.h @ 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 167135c7a7ae
children 2e265ae71eed
comparison
equal deleted inserted replaced
527:7b35ad872326 528:ef4d2466a29c
2950 EXFUN (Fvalid_plist_p, 1); 2950 EXFUN (Fvalid_plist_p, 1);
2951 EXFUN (Fclear_range_table, 1); 2951 EXFUN (Fclear_range_table, 1);
2952 EXFUN (Fcoding_category_list, 0); 2952 EXFUN (Fcoding_category_list, 0);
2953 EXFUN (Fcoding_category_system, 1); 2953 EXFUN (Fcoding_category_system, 1);
2954 EXFUN (Fcoding_priority_list, 0); 2954 EXFUN (Fcoding_priority_list, 0);
2955 EXFUN (Fcoding_system_charset, 2);
2956 EXFUN (Fcoding_system_doc_string, 1); 2955 EXFUN (Fcoding_system_doc_string, 1);
2957 EXFUN (Fcoding_system_list, 0); 2956 EXFUN (Fcoding_system_list, 0);
2958 EXFUN (Fcoding_system_name, 1); 2957 EXFUN (Fcoding_system_name, 1);
2959 EXFUN (Fcoding_system_p, 1); 2958 EXFUN (Fcoding_system_p, 1);
2960 EXFUN (Fcoding_system_property, 2); 2959 EXFUN (Fcoding_system_property, 2);