diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-05-07 08:04:22 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-05-07 08:04:22 +0000 |
commit | bd13cae72f91c7301c609cd1d7c1a2aa237d3cdd (patch) | |
tree | 544684a5291486c2edc9910615802b8a78be180d /src/mac.c | |
parent | 527ba7f45267493891f779c4378ec10950fc7a83 (diff) | |
download | emacs-bd13cae72f91c7301c609cd1d7c1a2aa237d3cdd.tar.gz |
(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
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); |