emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc.el


From: André Spiegel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Tue, 30 Nov 2004 06:26:01 -0500

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.385 emacs/lisp/vc.el:1.386
*** emacs/lisp/vc.el:1.385      Fri Nov 19 15:10:57 2004
--- emacs/lisp/vc.el    Tue Nov 30 11:03:46 2004
***************
*** 1116,1127 ****
  editing non-current versions is not supported by default."
    t)
  
- (defun vc-recompute-state (file)
-   "Force a recomputation of the version control state of FILE.
- The state is computed using the exact, and possibly expensive
- function `vc-BACKEND-state', not the heuristic."
-   (vc-file-setprop file 'vc-state (vc-call state file)))
- 
  (defun vc-next-action-on-file (file verbose &optional comment)
    "Do The Right Thing for a given FILE under version control.
  If COMMENT is specified, it will be used as an admin or checkin comment.
--- 1116,1121 ----




reply via email to

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