diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el index d3dad88b7d6..59aa24460d3 100644 --- a/lisp/vc/vc-dir.el +++ b/lisp/vc/vc-dir.el @@ -318,8 +318,6 @@ That is, refreshing the VC-Dir buffer also hides `up-to-date' and '(menu-item "Revert to Base Version" vc-revert :help "Revert working copies of the selected fileset to their repository contents.")) (define-key map [next-action] - ;; FIXME: This really really really needs a better name! - ;; And a key binding too. '(menu-item "Check In/Out" vc-next-action :help "Do the next logical version control operation on the current fileset")) (define-key map [register]