Mercurial > emacs
diff lisp/diff.el @ 5541:b203ef787d9c
(diff-latest-backup-file): Call file-chase-links.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 09 Jan 1994 22:36:46 +0000 |
| parents | a91748bee657 |
| children | 004856d1b311 |
line wrap: on
line diff
--- a/lisp/diff.el Sun Jan 09 21:27:07 1994 +0000 +++ b/lisp/diff.el Sun Jan 09 22:36:46 1994 +0000 @@ -260,7 +260,7 @@ ;; Ignore the value of version-control because we look for existing ;; backups, which maybe were made earlier or by another user with ;; a different value of version-control. - (setq fn (expand-file-name fn)) + (setq fn (file-chase-links (expand-file-name fn))) (or (let ((bak (make-backup-file-name fn))) (if (file-exists-p bak) bak))
