mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
Add another `declare'
This commit is contained in:
parent
c65a334276
commit
947345028e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue