check-keyword: fix typo
authorDaniel Kochmański <daniel@turtleware.eu>
Wed, 19 Aug 2015 13:47:38 +0000 (15:47 +0200)
committerDaniel 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

index 2851c3a..f80fb64 100644 (file)
@@ -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)))))