mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-30 05:01:13 -07:00
check-keyword: fix typo
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
This commit is contained in:
parent
76d870fe39
commit
29e1847f5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue