diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2007-07-11 18:37:38 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2007-07-11 18:37:38 +0000 |
commit | 82c4728d3b54cd752853c9a24c3bd7a1f507b68b (patch) | |
tree | b9585cddd9284c3f9ae15362002aab068c7baafb /lisp/menu-bar.el | |
parent | 5bb7dfee821bc910d9848085b2ab6b78c70330f6 (diff) | |
download | emacs-82c4728d3b54cd752853c9a24c3bd7a1f507b68b.tar.gz |
* vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
mouse binding and a tooltip.
* menu-bar.el (vc-menu-map): New defalias.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 7ad91dffa9f..5fae6382e28 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1161,6 +1161,7 @@ mail status in mode line")) '("--")) (defvar vc-menu-map (make-sparse-keymap "Version Control")) +(defalias 'vc-menu-map vc-menu-map) (define-key menu-bar-tools-menu [pcl-cvs] '(menu-item "PCL-CVS" cvs-global-menu)) (define-key menu-bar-tools-menu [vc] |