projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f356c83
)
Drop some unnecessary detail from a warning message
author
John Wiegley
<johnw@newartisans.com>
Sun, 3 Dec 2017 21:12:30 +0000
(13:12 -0800)
committer
John Wiegley
<johnw@newartisans.com>
Sun, 3 Dec 2017 21:13:30 +0000
(13:13 -0800)
up-core.el
patch
|
blob
|
history
diff --git
a/up-core.el
b/up-core.el
index a5fc25e6e0759791675b7975befaa95d457b3871..a15a3ce973378f639333d7a9de352781a13e3f68 100644
(file)
--- a/
up-core.el
+++ b/
up-core.el
@@
-1416,8
+1416,8
@@
this file. Usage:
(use-package-core name args)
(error
(ignore
- (let ((msg (format "Failed to parse package %s
%s
: %s"
- name
args
(error-message-string err))))
+ (let ((msg (format "Failed to parse package %s: %s"
+ name (error-message-string err))))
(display-warning 'use-package msg :error))))))))
(put 'use-package 'lisp-indent-function 'defun)