From: Berk D. Demir Date: Mon, 28 Jan 2013 08:38:39 +0000 (-0800) Subject: Cleanup trailing whitespace X-Git-Tag: emacs-29.0.90~1306^2~15^2~463^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c680b57ebfe021fa8af3f704c58e51af2b9b07de;p=emacs.git Cleanup trailing whitespace Just `M-x delete-trailing-whitespace' on use-package.el --- 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