diff options
| author | YAMAMOTO Mitsuharu | 2006-05-07 08:04:22 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-05-07 08:04:22 +0000 |
| commit | bd13cae72f91c7301c609cd1d7c1a2aa237d3cdd (patch) | |
| tree | 544684a5291486c2edc9910615802b8a78be180d /src/mac.c | |
| parent | 527ba7f45267493891f779c4378ec10950fc7a83 (diff) | |
| download | emacs-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.c | 11 |
1 files changed, 0 insertions, 11 deletions
| @@ -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 | ||
| 4771 | DEFUN ("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 | |||
| 4781 | static Lisp_Object | 4771 | static Lisp_Object |
| 4782 | mac_get_system_locale () | 4772 | mac_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); |