diff src/objects.c @ 2333:ba4677f54a05

[xemacs-hg @ 2004-10-14 17:26:18 by james] More unused parameter fixes.
author james
date Thu, 14 Oct 2004 17:26:25 +0000
parents 04bc9d2f42c7
children ecf1ebac70d8
line wrap: on
line diff
--- a/src/objects.c	Wed Oct 13 21:52:14 2004 +0000
+++ b/src/objects.c	Thu Oct 14 17:26:25 2004 +0000
@@ -789,7 +789,8 @@
 
 
 static Lisp_Object
-font_instantiate (Lisp_Object UNUSED (specifier), Lisp_Object matchspec,
+font_instantiate (Lisp_Object UNUSED (specifier),
+		  Lisp_Object USED_IF_MULE (matchspec),
 		  Lisp_Object domain, Lisp_Object instantiator,
 		  Lisp_Object depth)
 {