From: YAMAMOTO Mitsuharu Date: Sun, 7 May 2006 08:04:22 +0000 (+0000) Subject: (Fmac_clear_font_name_table): Move defun to macfns.c. X-Git-Tag: emacs-pretest-22.0.90~2709 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd13cae72f91c7301c609cd1d7c1a2aa237d3cdd;p=emacs.git (Fmac_clear_font_name_table): Move defun to macfns.c. (syms_of_mac): Likewise for defsubr. --- diff --git a/src/mac.c b/src/mac.c index c23fc1d582e..f7fcbe9ac88 100644 --- a/src/mac.c +++ b/src/mac.c @@ -4768,16 +4768,6 @@ On successful conversion, return the result string, else return nil. */) #endif /* TARGET_API_MAC_CARBON */ -DEFUN ("mac-clear-font-name-table", Fmac_clear_font_name_table, Smac_clear_font_name_table, 0, 0, 0, - doc: /* Clear the font name table. */) - () -{ - check_mac (); - mac_clear_font_name_table (); - return Qnil; -} - - static Lisp_Object mac_get_system_locale () { @@ -5249,7 +5239,6 @@ syms_of_mac () defsubr (&Smac_get_preference); defsubr (&Smac_code_convert_string); #endif - defsubr (&Smac_clear_font_name_table); defsubr (&Smac_set_file_creator); defsubr (&Smac_set_file_type);