mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 23:31:55 -08:00
(Fmac_clear_font_name_table): Move defun to macfns.c.
(syms_of_mac): Likewise for defsubr.
This commit is contained in:
parent
527ba7f452
commit
bd13cae72f
1 changed files with 0 additions and 11 deletions
11
src/mac.c
11
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue