From: akr Date: Fri, 11 Jun 1999 12:12:46 +0000 (+0000) Subject: put `lisp-indent-function' property. X-Git-Tag: apel-9_20~27 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a93dda0349df931cb035877eca672cefb89a399d;p=elisp%2Fapel.git put `lisp-indent-function' property. --- diff --git a/static.el b/static.el index 669e25f..7e21065 100644 --- a/static.el +++ b/static.el @@ -60,6 +60,7 @@ (` ((, (car h)) (quote (progn (,@ (cdr h)))))))) handlers)))))) +(put 'static-defconst 'lisp-indent-function 'defun) (defmacro static-defconst (symbol initvalue &optional docstring) "`defconst' expression but INITVALUE is evaluated at compile-time.