From: Dave Love Date: Thu, 9 May 2002 17:57:26 +0000 (+0000) Subject: (generate_ascii_font): Fix arg declaration. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~913 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ccd04f96be7391aa167ebc2634a563f15c58ce54;p=emacs.git (generate_ascii_font): Fix arg declaration. --- 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 @@ /* xfaces.c -- "Face" primitives. - Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001 + Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001, 2002 Free Software Foundation. This file is part of GNU Emacs. @@ -2114,7 +2114,7 @@ face_numeric_swidth (width) Lisp_Object generate_ascii_font (name, ascii_spec) - Lisp_Object name; + Lisp_Object name, ascii_spec; { struct font_name font; char *p;