Mercurial > hg > xemacs-beta
diff src/file-coding.c @ 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 | 0784d089fdc9 |
children | 183866b06e0b |
line wrap: on
line diff
--- a/src/file-coding.c Thu May 10 08:09:23 2001 +0000 +++ b/src/file-coding.c Thu May 10 09:59:57 2001 +0000 @@ -1286,18 +1286,6 @@ return CHARSETP (cs) ? XCHARSET_NAME (cs) : Qnil; } - -DEFUN ("coding-system-charset", Fcoding_system_charset, 2, 2, 0, /* -Return initial charset of CODING-SYSTEM designated to GNUM. -GNUM allows 0 .. 3. -*/ - (coding_system, gnum)) -{ - coding_system = Fget_coding_system (coding_system); - CHECK_INT (gnum); - - return coding_system_charset (coding_system, XINT (gnum)); -} #endif /* MULE */ DEFUN ("coding-system-property", Fcoding_system_property, 2, 2, 0, /* @@ -5619,9 +5607,6 @@ DEFSUBR (Fcoding_system_type); DEFSUBR (Fcoding_system_doc_string); -#ifdef MULE - DEFSUBR (Fcoding_system_charset); -#endif DEFSUBR (Fcoding_system_property); DEFSUBR (Fcoding_category_list);