From: Steven Tamm Date: Sun, 16 Jan 2005 17:52:09 +0000 (+0000) Subject: * macterm.c (mac_to_x_fontname): Removed spurious argument. X-Git-Tag: ttn-vms-21-2-B4~2718 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ddd7664e9b52a6f98cad3fe626fefb7ff3c22b3;p=emacs.git * macterm.c (mac_to_x_fontname): Removed spurious argument. --- diff --git a/src/ChangeLog b/src/ChangeLog index ba0115d079a..394d5bd11ef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-01-16 Steven Tamm + + * macterm.c (mac_to_x_fontname): Removed spurious argument. + 2005-01-16 Andreas Schwab * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1. diff --git a/src/macterm.c b/src/macterm.c index ae2555ae286..9e454f25ceb 100644 --- a/src/macterm.c +++ b/src/macterm.c @@ -5930,7 +5930,7 @@ decode_mac_font_name (name, size, scriptcode) static char * -mac_to_x_fontname (name, size, style, scriptcode, encoding_base) +mac_to_x_fontname (name, size, style, scriptcode) char *name; int size; Style style;