projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4042b87
)
Fix duplication in an error message
author
John Wiegley
<johnw@newartisans.com>
Mon, 4 Dec 2017 18:41:17 +0000
(10:41 -0800)
committer
John Wiegley
<johnw@newartisans.com>
Mon, 4 Dec 2017 18:41:17 +0000
(10:41 -0800)
up-core.el
patch
|
blob
|
history
diff --git
a/up-core.el
b/up-core.el
index 6fc8ae5a7ef950a29c73861451e98c2005c2f2b8..aa677e1ad80bf7831fd935a25c030b78925c0825 100644
(file)
--- a/
up-core.el
+++ b/
up-core.el
@@
-851,7
+851,7
@@
deferred until the prefix key sequence is pressed."
(setq unread-command-events
(listify-key-sequence kv)))
(use-package-error
- (format "
use-package:
package.el %s failed to define keymap %s"
+ (format "package.el %s failed to define keymap %s"
package keymap-symbol)))))
(defun use-package-normalize-mode (name keyword args)