# HG changeset patch # User Richard M. Stallman # Date 763521161 0 # Node ID 8c667dc4566ebe4505af820fb4c1181ffee288cb # Parent 799e5e721233a3087e22175da67b822ad3787604 (diff-latest-backup-file): Call file name handler properly. diff -r 799e5e721233 -r 8c667dc4566e lisp/diff.el --- a/lisp/diff.el Sun Mar 13 00:38:48 1994 +0000 +++ b/lisp/diff.el Sun Mar 13 01:12:41 1994 +0000 @@ -256,7 +256,7 @@ "Return the latest existing backup of FILE, or nil." (let ((handler (find-file-name-handler fn))) (if handler - (funcall handler fn) + (funcall handler 'diff-latest-backup-file fn) ;; First try simple backup, then the highest numbered of the ;; numbered backups. ;; Ignore the value of version-control because we look for existing