projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4fcdb4
)
put `lisp-indent-function' property.
author
akr
<akr>
Fri, 11 Jun 1999 12:12:46 +0000
(12:12 +0000)
committer
akr
<akr>
Fri, 11 Jun 1999 12:12:46 +0000
(12:12 +0000)
static.el
patch
|
blob
|
history
diff --git
a/static.el
b/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.