aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-05-09 17:57:26 +0000
committerDave Love2002-05-09 17:57:26 +0000
commitccd04f96be7391aa167ebc2634a563f15c58ce54 (patch)
treea16b64887413924db9b62b7a2c0f4eaaa5c4cccc /src
parente6d10035e7ace33330d71999f945cf46cde9afd0 (diff)
downloademacs-ccd04f96be7391aa167ebc2634a563f15c58ce54.tar.gz
emacs-ccd04f96be7391aa167ebc2634a563f15c58ce54.zip
(generate_ascii_font): Fix arg declaration.
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 4f7afa87f1d..1f7c9067297 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -1,5 +1,5 @@
1/* xfaces.c -- "Face" primitives. 1/* xfaces.c -- "Face" primitives.
2 Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001 2 Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001, 2002
3 Free Software Foundation. 3 Free Software Foundation.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
@@ -2114,7 +2114,7 @@ face_numeric_swidth (width)
2114 2114
2115Lisp_Object 2115Lisp_Object
2116generate_ascii_font (name, ascii_spec) 2116generate_ascii_font (name, ascii_spec)
2117 Lisp_Object name; 2117 Lisp_Object name, ascii_spec;
2118{ 2118{
2119 struct font_name font; 2119 struct font_name font;
2120 char *p; 2120 char *p;