(cvs-menu): Add `tag'.
This commit is contained in:
parent
1cdb6ab4a7
commit
5fe502289c
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; pcvs-defs.el --- variable definitions for PCL-CVS
|
||||
|
||||
;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2003
|
||||
;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 03, 2004
|
||||
;; Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
@ -413,6 +413,7 @@ This variable is buffer local and only used in the *cvs* buffer.")
|
|||
["Update" cvs-mode-update (cvs-enabledp 'update)]
|
||||
["Re-examine" cvs-mode-examine t]
|
||||
["Commit" cvs-mode-commit-setup (cvs-enabledp 'commit)]
|
||||
["Tag" cvs-mode-tag (cvs-enabledp (when cvs-force-dir-tag 'tag))]
|
||||
["Undo changes" cvs-mode-undo (cvs-enabledp 'undo)]
|
||||
["Add" cvs-mode-add (cvs-enabledp 'add)]
|
||||
["Remove" cvs-mode-remove (cvs-enabledp 'remove)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue