Mercurial > emacs
changeset 6321:8c667dc4566e
(diff-latest-backup-file): Call file name handler properly.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 13 Mar 1994 01:12:41 +0000 |
parents | 799e5e721233 |
children | 62886e6eefe6 |
files | lisp/diff.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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