emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110110: * vc/diff.el (diff-latest-ba


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110110: * vc/diff.el (diff-latest-backup-file): Autoload.
Date: Thu, 20 Sep 2012 12:29:04 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110110
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Thu 2012-09-20 12:29:04 +0800
message:
  * vc/diff.el (diff-latest-backup-file): Autoload.
modified:
  lisp/ChangeLog
  lisp/vc/diff.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-09-20 03:44:57 +0000
+++ b/lisp/ChangeLog    2012-09-20 04:29:04 +0000
@@ -1,3 +1,7 @@
+2012-09-20  Chong Yidong  <address@hidden>
+
+       * vc/diff.el (diff-latest-backup-file): Autoload.
+
 2012-09-20  Stefan Monnier  <address@hidden>
 
        * calc/calc.el: Remove redundant autoload shape check.

=== modified file 'lisp/vc/diff.el'
--- a/lisp/vc/diff.el   2012-07-10 11:51:54 +0000
+++ b/lisp/vc/diff.el   2012-09-20 04:29:04 +0000
@@ -197,7 +197,8 @@
            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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]