From: yamaoka Date: Tue, 11 May 1999 09:41:37 +0000 (+0000) Subject: (define-widget): Accept the optional arguments. X-Git-Tag: apel-9_19~49 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=77ec4bff8da3655486e40db10b61f4a8cae87808;p=elisp%2Fapel.git (define-widget): Accept the optional arguments. --- diff --git a/tinycustom.el b/tinycustom.el index 0e4ee0a..c6fe13f 100644 --- a/tinycustom.el +++ b/tinycustom.el @@ -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.