From 29e1847f5dfc1aba43e990b5de8c2a17f4094098 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kochma=C5=84ski?= Date: Wed, 19 Aug 2015 15:47:38 +0200 Subject: [PATCH] check-keyword: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Kochmański --- src/lsp/defmacro.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lsp/defmacro.lsp b/src/lsp/defmacro.lsp index 2851c3a..f80fb64 100644 --- 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))))) -- 2.9.0