Mercurial > emacs
changeset 70492:b4ed2d483432
(Fmac_clear_font_name_table): Move defun to macfns.c.
(syms_of_mac): Likewise for defsubr.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sun, 07 May 2006 08:04:22 +0000 |
parents | 1ceca94285a6 |
children | 6c25fb5679a7 |
files | src/mac.c |
diffstat | 1 files changed, 0 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/src/mac.c Sun May 07 08:03:40 2006 +0000 +++ b/src/mac.c Sun May 07 08:04:22 2006 +0000 @@ -4768,16 +4768,6 @@ #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 @@ 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);