make docstring optional.
authorakr <akr>
Fri, 11 Jun 1999 11:50:51 +0000 (11:50 +0000)
committerakr <akr>
Fri, 11 Jun 1999 11:50:51 +0000 (11:50 +0000)
static.el

index a47eb05..669e25f 100644 (file)
--- a/static.el
+++ b/static.el
@@ -60,7 +60,7 @@
                      (` ((, (car h)) (quote (progn (,@ (cdr h))))))))
                  handlers))))))
 
-(defmacro static-defconst (symbol initvalue docstring)
+(defmacro static-defconst (symbol initvalue &optional docstring)
   "`defconst' expression but INITVALUE is evaluated at compile-time.
 
 The variable SYMBOL can be referenced at either compile-time or run-time."