From c680b57ebfe021fa8af3f704c58e51af2b9b07de Mon Sep 17 00:00:00 2001 From: "Berk D. Demir" Date: Mon, 28 Jan 2013 00:38:39 -0800 Subject: [PATCH] Cleanup trailing whitespace Just `M-x delete-trailing-whitespace' on use-package.el --- lisp/use-package/use-package.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index d88f2311043..ea051ef91e7 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -323,11 +323,11 @@ (defmacro use-package (name &rest args) "Use a package with configuration options. -For full documentation. please see commentary. +For full documentation. please see commentary. (use-package package-name :keyword option) - + :init Code to run when `use-package' form evals. :bind Perform key bindings, and define autoload for bound commands. @@ -372,13 +372,13 @@ For full documentation. please see commentary. ;; force this immediately -- one off cost (unless (plist-get args :disabled) (let* ((ensure (plist-get args :ensure)) - (package-name + (package-name (or (and (eq ensure t) name) ensure))) - (when package-name + (when package-name (use-package-ensure-elpa package-name))) - + (if diminish-var (setq config-body -- 2.39.2