diff options
| -rw-r--r-- | lisp/vc-hooks.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 38b91ddef85..5005c30383a 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el | |||
| @@ -953,7 +953,7 @@ control system name." | |||
| 953 | (make-local-variable 'backup-inhibited) | 953 | (make-local-variable 'backup-inhibited) |
| 954 | (setq backup-inhibited t)))) | 954 | (setq backup-inhibited t)))) |
| 955 | ((let* ((link (file-symlink-p buffer-file-name)) | 955 | ((let* ((link (file-symlink-p buffer-file-name)) |
| 956 | (link-type (and link (vc-backend link)))) | 956 | (link-type (and link (vc-backend (file-chase-links link))))) |
| 957 | (if link-type | 957 | (if link-type |
| 958 | (cond ((eq vc-follow-symlinks nil) | 958 | (cond ((eq vc-follow-symlinks nil) |
| 959 | (message | 959 | (message |