changeset 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 d147979e10f4
children 004856d1b311
files lisp/diff.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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))