From 947345028e7ba1a50b902ed8f94bb31eba898cd8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 25 Feb 2016 15:16:04 -0800 Subject: [PATCH] Add another `declare' --- lisp/use-package/use-package.el | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.39.2