emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/mac.c


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/mac.c
Date: Sun, 07 May 2006 08:04:22 +0000

Index: emacs/src/mac.c
diff -u emacs/src/mac.c:1.59 emacs/src/mac.c:1.60
--- emacs/src/mac.c:1.59        Fri May  5 06:44:01 2006
+++ emacs/src/mac.c     Sun May  7 08:04:22 2006
@@ -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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]