summaryrefslogtreecommitdiff
path: root/lisp/vc-bzr.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-02-23 06:32:12 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-02-23 06:32:12 +0000
commit25a4ea6de0741c64b6539b8604bc67f2aadf4bcf (patch)
tree9870f4a0b482bf2fc132324cf079493b356a0507 /lisp/vc-bzr.el
parente50002c894825a70cec6ad54d6bdcab39bfdda5a (diff)
downloademacs-25a4ea6de0741c64b6539b8604bc67f2aadf4bcf.tar.gz
* 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.
Diffstat (limited to 'lisp/vc-bzr.el')
-rw-r--r--lisp/vc-bzr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el
index 56fada271d9..e0ce72dd31f 100644
--- a/lisp/vc-bzr.el
+++ b/lisp/vc-bzr.el
@@ -277,7 +277,7 @@ If any error occurred in running `bzr status', then return nil."
"Create a new Bzr repository."
(vc-bzr-command "init" nil 0 nil))
-(defun vc-bzr-init-version (&optional file)
+(defun vc-bzr-init-revision (&optional file)
"Always return nil, as Bzr cannot register explicit versions."
nil)