diff options
Diffstat (limited to 'lisp/use-package/use-package.el')
-rw-r--r-- | lisp/use-package/use-package.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 67486194169..baa50b0270f 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -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)) |