]> git.eshelyaron.com Git - emacs.git/commitdiff
Add another `declare'
authorJohn Wiegley <johnw@newartisans.com>
Thu, 25 Feb 2016 23:16:04 +0000 (15:16 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Thu, 25 Feb 2016 23:16:04 +0000 (15:16 -0800)
lisp/use-package/use-package.el

index 674861941690e06b3a5621cb4dcc1735365269f2..baa50b0270f8b5c245d0fb0473efc68fac0f51e0 100644 (file)
@@ -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))