Add an entry for PCL-CVS' global menu.

This commit is contained in:
Stefan Monnier 2000-03-22 03:05:09 +00:00
parent cb3430a1f7
commit eccd9bd5a3

View file

@ -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"))