]> git.eshelyaron.com Git - emacs.git/commitdiff
* vc/diff.el (diff-latest-backup-file): Autoload.
authorChong Yidong <cyd@gnu.org>
Thu, 20 Sep 2012 04:29:04 +0000 (12:29 +0800)
committerChong Yidong <cyd@gnu.org>
Thu, 20 Sep 2012 04:29:04 +0000 (12:29 +0800)
lisp/ChangeLog
lisp/vc/diff.el

index c7a15e11f9283c05612294b4a065d22e78429b6e..99d50511b880b66ed260fe5a8dfa1d55015ff12d 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-20  Chong Yidong  <cyd@gnu.org>
+
+       * vc/diff.el (diff-latest-backup-file): Autoload.
+
 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * calc/calc.el: Remove redundant autoload shape check.
index b70b6cd919ce03ac1803e92c21b266b149022660..b1c334ddcfcef6164186fa0f1d5f23d130e1d1fe 100644 (file)
@@ -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