]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove the use of a tab
authorJohn Wiegley <johnw@newartisans.com>
Fri, 22 Jul 2016 18:23:10 +0000 (11:23 -0700)
committerJohn Wiegley <johnw@newartisans.com>
Fri, 22 Jul 2016 18:23:10 +0000 (11:23 -0700)
lisp/use-package/use-package.el

index 92c35a429505355db8345dfc1dee58e861c82988..a2f9883a110657358407c665954c80782df90e2e 100644 (file)
@@ -298,7 +298,7 @@ This is in contrast to merely setting it to 0."
   (let (p)
     (while plist
       (if (not (eq property (car plist)))
-         (setq p (plist-put p (car plist) (nth 1 plist))))
+          (setq p (plist-put p (car plist) (nth 1 plist))))
       (setq plist (cddr plist)))
     p))