put `lisp-indent-function' property.
authorakr <akr>
Fri, 11 Jun 1999 12:12:46 +0000 (12:12 +0000)
committerakr <akr>
Fri, 11 Jun 1999 12:12:46 +0000 (12:12 +0000)
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.