From: Chong Yidong Date: Thu, 20 Sep 2012 04:29:04 +0000 (+0800) Subject: * vc/diff.el (diff-latest-backup-file): Autoload. X-Git-Tag: emacs-24.2.90~269^2~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f7c28f0f65e4658da01c63a35fb8fc4b6b9a215;p=emacs.git * vc/diff.el (diff-latest-backup-file): Autoload. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c7a15e11f92..99d50511b88 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-09-20 Chong Yidong + + * vc/diff.el (diff-latest-backup-file): Autoload. + 2012-09-20 Stefan Monnier * calc/calc.el: Remove redundant autoload shape check. diff --git a/lisp/vc/diff.el b/lisp/vc/diff.el index b70b6cd919c..b1c334ddcfc 100644 --- a/lisp/vc/diff.el +++ b/lisp/vc/diff.el @@ -197,7 +197,8 @@ With prefix arg, prompt for diff switches." ori file)) (diff bak ori switches))) -(defun diff-latest-backup-file (fn) ; actually belongs into files.el +;;;###autoload +(defun diff-latest-backup-file (fn) "Return the latest existing backup of FILE, or nil." (let ((handler (find-file-name-handler fn 'diff-latest-backup-file))) (if handler