From c4fcdb4c08c1131a3afb18c64b0e013b251ffb97 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 11 Jun 1999 11:50:51 +0000 Subject: [PATCH] make docstring optional. --- static.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 1.7.10.4