diff lisp/vc-hg.el @ 92122:74bf6df13b6c

* vc.el (vc-find-revision): Make vc-parent-buffer local before setting it. (vc-status-menu-map): Do not define using easy-menu. (vc-status-menu-map): New defalias. (vc-status-mode-map): Hook up the menu. (top-level): Update TODO. * vc-hg.el (vc-hg-extra-status-menu): Return a keymap. * vc-bzr.el (vc-bzr-init-version): Rename to ... (vc-bzr-init-revision): ... this.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 23 Feb 2008 06:32:12 +0000
parents a0193ceeaa83
children 4ffd887822d7
line wrap: on
line diff
--- a/lisp/vc-hg.el	Sat Feb 23 00:49:39 2008 +0000
+++ b/lisp/vc-hg.el	Sat Feb 23 06:32:12 2008 +0000
@@ -475,9 +475,7 @@
 
 (defun vc-hg-extra-menu () vc-hg-extra-menu-map)
 
-(defun vc-hg-extra-status-menu ()
-  '(["Show incoming" vc-hg-incoming]
-    ["Show outgoing" vc-hg-outgoing]))
+(defun vc-hg-extra-status-menu () vc-hg-extra-menu-map)
 
 (define-derived-mode vc-hg-outgoing-mode vc-hg-log-view-mode "Hg-Outgoing")