(vc-find-file-hook): Follow multiple links all the way.
This commit is contained in:
parent
9998d430a7
commit
227d2bed63
1 changed files with 1 additions and 1 deletions
|
@ -953,7 +953,7 @@ control system name."
|
|||
(make-local-variable 'backup-inhibited)
|
||||
(setq backup-inhibited t))))
|
||||
((let* ((link (file-symlink-p buffer-file-name))
|
||||
(link-type (and link (vc-backend link))))
|
||||
(link-type (and link (vc-backend (file-chase-links link)))))
|
||||
(if link-type
|
||||
(cond ((eq vc-follow-symlinks nil)
|
||||
(message
|
||||
|
|
Loading…
Add table
Reference in a new issue