put `lisp-indent-function' property.
[elisp/apel.git] / static.el
index 669e25f..7e21065 100644 (file)
--- 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.