From 77ec4bff8da3655486e40db10b61f4a8cae87808 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 11 May 1999 09:41:37 +0000 Subject: [PATCH] (define-widget): Accept the optional arguments. --- tinycustom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4