Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76d870f
)
check-keyword: fix typo
author
Daniel Kochmański
<daniel@turtleware.eu>
Wed, 19 Aug 2015 13:47:38 +0000
(15:47 +0200)
committer
Daniel Kochmański
<daniel@turtleware.eu>
Wed, 19 Aug 2015 13:47:38 +0000
(15:47 +0200)
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
src/lsp/defmacro.lsp
patch
|
blob
|
blame
|
history
diff --git
a/src/lsp/defmacro.lsp
b/src/lsp/defmacro.lsp
index
2851c3a
..
f80fb64
100644
(file)
--- a/
src/lsp/defmacro.lsp
+++ b/
src/lsp/defmacro.lsp
@@
-73,7
+73,7
@@
(setq arg (car tail) tail (cdr tail)))
(cond ((eq head :allow-other-keys)
(when (not aok-flag)
- (setq allow-other-keys
tail
aok-flag t)))
+ (setq allow-other-keys
arg
aok-flag t)))
((not (member head keywords))
(setq err head)))))