projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aaa59d
)
(define-widget): Accept the optional arguments.
author
yamaoka
<yamaoka>
Tue, 11 May 1999 09:41:37 +0000
(09:41 +0000)
committer
yamaoka
<yamaoka>
Tue, 11 May 1999 09:41:37 +0000
(09:41 +0000)
tinycustom.el
patch
|
blob
|
history
diff --git
a/tinycustom.el
b/tinycustom.el
index
0e4ee0a
..
c6fe13f
100644
(file)
--- 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.