mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 13:27:36 +00:00
Add an entry for PCL-CVS' global menu.
This commit is contained in:
parent
cb3430a1f7
commit
eccd9bd5a3
1 changed files with 3 additions and 0 deletions
|
|
@ -673,6 +673,9 @@ Do the same for the keys of the same name."
|
|||
'("--"))
|
||||
|
||||
(defvar vc-menu-map (make-sparse-keymap "Version Control"))
|
||||
(define-key menu-bar-tools-menu [pcl-cvs]
|
||||
`(menu-item "PCL-CVS" ,cvs-global-menu
|
||||
:help "Module-level interface to CVS"))
|
||||
(define-key menu-bar-tools-menu [vc]
|
||||
(list 'menu-item "Version Control" vc-menu-map
|
||||
:help "Interface to RCS, CVS, SCCS"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue