Add another `declare'

This commit is contained in:
John Wiegley 2016-02-25 15:16:04 -08:00
parent c65a334276
commit 947345028e

View file

@ -357,6 +357,7 @@ Unless the KEYWORD being processed intends to ignore remaining
keywords, it must call this function recursively, passing in the keywords, it must call this function recursively, passing in the
plist with its keyword and argument removed, and passing in the plist with its keyword and argument removed, and passing in the
next value for the STATE." next value for the STATE."
(declare (indent 1))
(unless (null plist) (unless (null plist)
(let* ((keyword (car plist)) (let* ((keyword (car plist))
(arg (cadr plist)) (arg (cadr plist))