;; Kill also this permanent local var in case the VC command that
;; created BUF was invoked from a different directory (bug#44698).
(kill-local-variable 'file-local-variables-alist)
- (setq-local vc-parent-buffer camefrom)
- (setq-local vc-parent-buffer-name
- (concat " from " (buffer-name camefrom)))
+ ;; If we are refreshing an existing view,
+ ;; don't throw away where we really came from (bug#59457).
+ (unless (eq camefrom (current-buffer))
+ (setq-local vc-parent-buffer camefrom)
+ (setq-local vc-parent-buffer-name
+ (concat " from " (buffer-name camefrom))))
(setq default-directory olddir)
(let ((buffer-undo-list t)
(inhibit-read-only t))