From: John Wiegley Date: Thu, 25 Feb 2016 23:16:04 +0000 (-0800) Subject: Add another `declare' X-Git-Tag: emacs-29.0.90~1306^2~15^2~312 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=947345028e7ba1a50b902ed8f94bb31eba898cd8;p=emacs.git Add another `declare' --- 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))