1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
This commit is contained in:
Richard M. Stallman 1993-05-04 19:33:17 +00:00
parent 1434b7aabc
commit cdd8203f4e

View File

@ -1011,7 +1011,7 @@ to that version."
;;;###autoload
(defun vc-cancel-version (norevert)
"Undo your latest checkin."
"Get rid of the version most recently checked in by anyone."
(interactive "P")
(if vc-dired-mode
(find-file-other-window (dired-get-filename)))