mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
Fix duplication in an error message
This commit is contained in:
parent
4042b87c72
commit
8489206db4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue