diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-03-22 03:05:09 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-03-22 03:05:09 +0000 |
commit | eccd9bd5a3de69e5752627a7e374bbb421e5d7fe (patch) | |
tree | b4c1e6635164a0174fb143b06c61a0d4fa5c7ebe /lisp/menu-bar.el | |
parent | cb3430a1f76f18e76cd3436e02346222895bd657 (diff) | |
download | emacs-eccd9bd5a3de69e5752627a7e374bbb421e5d7fe.tar.gz |
Add an entry for PCL-CVS' global menu.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index c9595f6ab3d..aa9192b9526 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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")) |