(vc-cvs-update-changelog): Fix typo.
This commit is contained in:
parent
4ed8c7aadb
commit
b3cca6a697
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* vc-cvs.el (vc-cvs-update-changelog): Fix typo.
|
||||
|
||||
2009-08-26 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* simple.el (save-interprogram-paste-before-kill): New user option.
|
||||
|
|
|
@ -633,6 +633,16 @@ systime, or nil if there is none."
|
|||
(match-string-no-properties 1)
|
||||
nil)))
|
||||
|
||||
(defun vc-cvs-previous-revision (file rev)
|
||||
(vc-call-backend 'RCS 'previous-revision file rev))
|
||||
|
||||
(defun vc-cvs-next-revision (file rev)
|
||||
(vc-call-backend 'RCS 'next-revision file rev))
|
||||
|
||||
;; FIXME: This should probably be replaced by code using cvs2cl.
|
||||
(defun vc-cvs-update-changelog (files)
|
||||
(vc-call-backend 'RCS 'update-changelog files))
|
||||
|
||||
;;;
|
||||
;;; Tag system
|
||||
;;;
|
||||
|
|
Loading…
Add table
Reference in a new issue