Mercurial > emacs
diff lisp/diff.el @ 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 | f89879182407 |
| children | 6915bf781a38 |
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
