emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112757: Commit file missing from pre


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112757: Commit file missing from previous change
Date: Tue, 28 May 2013 00:03:00 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112757
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-05-28 00:03:00 -0700
message:
  Commit file missing from previous change
  
  * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert): Autoload.
  (vc-resynch-buffer): Declare.
modified:
  lisp/obsolete/vc-mcvs.el
=== modified file 'lisp/obsolete/vc-mcvs.el'
--- a/lisp/obsolete/vc-mcvs.el  2013-01-01 09:11:05 +0000
+++ b/lisp/obsolete/vc-mcvs.el  2013-05-28 07:03:00 +0000
@@ -189,6 +189,8 @@
 ;;;
 ;;; State-changing functions
 ;;;
+(autoload 'vc-checkout "vc")
+(autoload 'vc-switches "vc")
 
 (defun vc-mcvs-register (files &optional rev comment)
   "Register FILES into the Meta-CVS version-control system.
@@ -345,6 +347,8 @@
 (defun vc-mcvs-rename-file (old new)
   (vc-mcvs-command nil 0 new "move" (file-relative-name old)))
 
+(autoload 'vc-default-revert "vc")
+
 (defun vc-mcvs-revert (file &optional contents-done)
   "Revert FILE to the working revision it was based on."
   (vc-default-revert 'MCVS file contents-done)
@@ -478,6 +482,10 @@
     (vc-mcvs-command nil 0 dir "branch" name)
     (vc-mcvs-command nil 0 dir "switch" name)))
 
+;; vc-mcvs-command calls the autoloaded vc-do-command from vc-dispatcher.
+(declare-function vc-resynch-buffer "vc-dispatcher"
+                 (file &optional keep noquery reset-vc-info))
+
 (defun vc-mcvs-retrieve-tag (dir name update)
   "Retrieve a tag at and below DIR.
 NAME is the name of the tag; if it is empty, do a `cvs update'.


reply via email to

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