mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
Add another `declare'
This commit is contained in:
parent
c65a334276
commit
947345028e
|
|
@ -357,6 +357,7 @@ Unless the KEYWORD being processed intends to ignore remaining
|
|||
keywords, it must call this function recursively, passing in the
|
||||
plist with its keyword and argument removed, and passing in the
|
||||
next value for the STATE."
|
||||
(declare (indent 1))
|
||||
(unless (null plist)
|
||||
(let* ((keyword (car plist))
|
||||
(arg (cadr plist))
|
||||
|
|
|
|||
Loading…
Reference in a new issue