(define-widget): Accept the optional arguments.
authoryamaoka <yamaoka>
Tue, 11 May 1999 09:41:37 +0000 (09:41 +0000)
committeryamaoka <yamaoka>
Tue, 11 May 1999 09:41:37 +0000 (09:41 +0000)
tinycustom.el

index 0e4ee0a..c6fe13f 100644 (file)
@@ -66,7 +66,7 @@ FACE does not need to be quoted.
 This is a nop defface only for emulating purpose."
     nil ) )
 
-(defmacro-maybe define-widget (name class doc)
+(defmacro-maybe define-widget (name class doc &rest args)
   "Define a new widget type named NAME from CLASS.
 The third argument DOC is a documentation string for the widget.