aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac.c
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-05-07 08:04:22 +0000
committerYAMAMOTO Mitsuharu2006-05-07 08:04:22 +0000
commitbd13cae72f91c7301c609cd1d7c1a2aa237d3cdd (patch)
tree544684a5291486c2edc9910615802b8a78be180d /src/mac.c
parent527ba7f45267493891f779c4378ec10950fc7a83 (diff)
downloademacs-bd13cae72f91c7301c609cd1d7c1a2aa237d3cdd.tar.gz
emacs-bd13cae72f91c7301c609cd1d7c1a2aa237d3cdd.zip
(Fmac_clear_font_name_table): Move defun to macfns.c.
(syms_of_mac): Likewise for defsubr.
Diffstat (limited to 'src/mac.c')
-rw-r--r--src/mac.c11
1 files changed, 0 insertions, 11 deletions
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. */)
4768#endif /* TARGET_API_MAC_CARBON */ 4768#endif /* TARGET_API_MAC_CARBON */
4769 4769
4770 4770
4771DEFUN ("mac-clear-font-name-table", Fmac_clear_font_name_table, Smac_clear_font_name_table, 0, 0, 0,
4772 doc: /* Clear the font name table. */)
4773 ()
4774{
4775 check_mac ();
4776 mac_clear_font_name_table ();
4777 return Qnil;
4778}
4779
4780
4781static Lisp_Object 4771static Lisp_Object
4782mac_get_system_locale () 4772mac_get_system_locale ()
4783{ 4773{
@@ -5249,7 +5239,6 @@ syms_of_mac ()
5249 defsubr (&Smac_get_preference); 5239 defsubr (&Smac_get_preference);
5250 defsubr (&Smac_code_convert_string); 5240 defsubr (&Smac_code_convert_string);
5251#endif 5241#endif
5252 defsubr (&Smac_clear_font_name_table);
5253 5242
5254 defsubr (&Smac_set_file_creator); 5243 defsubr (&Smac_set_file_creator);
5255 defsubr (&Smac_set_file_type); 5244 defsubr (&Smac_set_file_type);