aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/magit-blame.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/magit-blame.el b/lisp/magit-blame.el
index d7b6cdd..30f6f15 100644
--- a/lisp/magit-blame.el
+++ b/lisp/magit-blame.el
@@ -223,6 +223,7 @@ only arguments available from `magit-blame-popup' should be used.
(if revision
(magit-find-file revision file)
(find-file (expand-file-name file)))
+ (widen)
(when line
(setq magit-blame-recursive-p t)
(goto-char (point-min))