From: John Wiegley Date: Mon, 4 Dec 2017 18:41:17 +0000 (-0800) Subject: Fix duplication in an error message X-Git-Tag: emacs-29.0.90~1306^2~15^2~156^2~7 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8489206db4;p=emacs.git Fix duplication in an error message --- diff --git a/up-core.el b/up-core.el index 6fc8ae5a7ef..aa677e1ad80 100644 --- 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)