From: akr Date: Fri, 11 Jun 1999 11:50:51 +0000 (+0000) Subject: make docstring optional. X-Git-Tag: apel-9_20~28 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c4fcdb4c08c1131a3afb18c64b0e013b251ffb97;p=elisp%2Fapel.git make docstring optional. --- diff --git a/static.el b/static.el index a47eb05..669e25f 100644 --- 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."