check-keyword: fix typo

Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
This commit is contained in:
Daniel Kochmański 2015-08-19 15:47:38 +02:00
parent 76d870fe39
commit 29e1847f5d

View 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)))))