mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-01 05:10:54 -08:00
*** empty log message ***
This commit is contained in:
parent
b0f90937fa
commit
b838ac802b
1 changed files with 3 additions and 3 deletions
|
|
@ -384,14 +384,14 @@
|
|||
(progn (forward-line 1) (1- (point))))))))))
|
||||
|
||||
;; XXX verify this is correct
|
||||
;; (defun vc-hg-delete-file (file)
|
||||
;; (defun vc-git-delete-file (file)
|
||||
;; (condition-case ()
|
||||
;; (delete-file file)
|
||||
;; (file-error nil))
|
||||
;; (vc-hg-command nil 0 file "update-index" "--remove"))
|
||||
;; (vc-git-command nil 0 file "update-index" "--remove"))
|
||||
|
||||
;; XXX verify this is correct
|
||||
;; (defun vc-hg-rename-file (old new)
|
||||
;; (defun vc-git-rename-file (old new)
|
||||
;; (vc-git-command nil 0 new old "mv"))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue