aboutsummaryrefslogtreecommitdiffstats
path: root/src/macterm.c
diff options
context:
space:
mode:
authorSteven Tamm2005-01-16 17:52:09 +0000
committerSteven Tamm2005-01-16 17:52:09 +0000
commit5ddd7664e9b52a6f98cad3fe626fefb7ff3c22b3 (patch)
treed73c9e8b0c21824ff029fcbdfbdbe1520bcc04a7 /src/macterm.c
parentfc2ff44b4732cc4a2e6d1c293d5531a4723dc0e8 (diff)
downloademacs-5ddd7664e9b52a6f98cad3fe626fefb7ff3c22b3.tar.gz
emacs-5ddd7664e9b52a6f98cad3fe626fefb7ff3c22b3.zip
* macterm.c (mac_to_x_fontname): Removed spurious argument.
Diffstat (limited to 'src/macterm.c')
-rw-r--r--src/macterm.c2
1 files changed, 1 insertions, 1 deletions
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)
5930 5930
5931 5931
5932static char * 5932static char *
5933mac_to_x_fontname (name, size, style, scriptcode, encoding_base) 5933mac_to_x_fontname (name, size, style, scriptcode)
5934 char *name; 5934 char *name;
5935 int size; 5935 int size;
5936 Style style; 5936 Style style;