Skip to content

Commit

Permalink
magit-log.el: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Park Zhou <ideapark@petalmail.com>
  • Loading branch information
ideapark committed May 9, 2024
1 parent 855d924 commit 24ea9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/magit-log.el
Expand Up @@ -688,7 +688,7 @@ previously checked out branch and its upstream and push-target."
((setq current (magit-get-previous-branch)))))
(cond (current
(setq current
(magit--propertize-face current'magit-branch-local))
(magit--propertize-face current 'magit-branch-local))
(setq target (magit-get-push-branch current t))
(setq upstream (magit-get-upstream-branch current))
(when upstream
Expand Down

0 comments on commit 24ea9b0

Please sign in to comment.