projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed2e85e
)
Guard against a case where :load-paths is nil
author
John Wiegley
<johnw@newartisans.com>
Wed, 6 Jan 2016 23:50:43 +0000
(15:50 -0800)
committer
John Wiegley
<johnw@newartisans.com>
Wed, 6 Jan 2016 23:50:43 +0000
(15:50 -0800)
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index b88749d357be379f69cef3dafd79854c1a8acaaf..fecd37bc1218f54866e86da3fccaa6b411ef1578 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-562,7
+562,7
@@
manually updated package."
(defun use-package-normalize-paths (label arg &optional recursed)
"Normalize a list of filesystem paths."
(cond
- ((
or (symbolp arg) (functionp arg
))
+ ((
and arg (or (symbolp arg) (functionp arg)
))
(let ((value (use-package-normalize-value label arg)))
(use-package-normalize-paths label (eval value))))
((stringp arg)