From a93dda0349df931cb035877eca672cefb89a399d Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 11 Jun 1999 12:12:46 +0000 Subject: [PATCH] put `lisp-indent-function' property. --- static.el | 1 + 1 file changed, 1 insertion(+) 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. -- 1.7.10.4