fix(lib): doom/bumpify-diff: remove duplicates
This commit is contained in:
parent
81aa98049d
commit
8f50ead5c8
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ Must be run from a magit diff buffer."
|
||||||
(push package errors)
|
(push package errors)
|
||||||
(let ((bstr1 (doom--package-to-bump-string package plist))
|
(let ((bstr1 (doom--package-to-bump-string package plist))
|
||||||
(bstr2 (doom--package-to-bump-string package (plist-get p2 :plist))))
|
(bstr2 (doom--package-to-bump-string package (plist-get p2 :plist))))
|
||||||
(cl-pushnew (format "%s -> %s" bstr1 bstr2) lines))))))
|
(cl-pushnew (format "%s -> %s" bstr1 bstr2) lines :test #'equal))))))
|
||||||
(if (null lines)
|
(if (null lines)
|
||||||
(user-error "No bumps to bumpify")
|
(user-error "No bumps to bumpify")
|
||||||
(prog1 (funcall (if interactive #'kill-new #'identity)
|
(prog1 (funcall (if interactive #'kill-new #'identity)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue