comparison 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
comparison
equal deleted inserted replaced
2332:29a88fa7050c 2333:ba4677f54a05
787 787
788 #endif /* MULE */ 788 #endif /* MULE */
789 789
790 790
791 static Lisp_Object 791 static Lisp_Object
792 font_instantiate (Lisp_Object UNUSED (specifier), Lisp_Object matchspec, 792 font_instantiate (Lisp_Object UNUSED (specifier),
793 Lisp_Object USED_IF_MULE (matchspec),
793 Lisp_Object domain, Lisp_Object instantiator, 794 Lisp_Object domain, Lisp_Object instantiator,
794 Lisp_Object depth) 795 Lisp_Object depth)
795 { 796 {
796 /* When called, we're inside of call_with_suspended_errors(), 797 /* When called, we're inside of call_with_suspended_errors(),
797 so we can freely error. */ 798 so we can freely error. */