diff options
| author | Chong Yidong <cyd@gnu.org> | 2012-07-11 12:35:13 +0800 |
|---|---|---|
| committer | Chong Yidong <cyd@gnu.org> | 2012-07-11 12:35:13 +0800 |
| commit | 9af577566add17398ee3b778ac9934bc391eecf7 (patch) | |
| tree | 0d25dec5da3788e495ab505361e0de9f93765314 /lisp/vc/log-view.el | |
| parent | 984e7f300ef0bfec7be97c9bbaff5a6295a43aa2 (diff) | |
| download | emacs-9af577566add17398ee3b778ac9934bc391eecf7.tar.gz | |
Allow use of vc-root-* commands in *vc-log* buffers.
* lisp/vc/log-edit.el (log-edit-vc-backend): New variable.
(log-edit): Doc fix.
* lisp/vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
* lisp/vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
argument of log-edit to set up all local variables.
(vc-start-logentry): New optional arg specifying VC backend.
* lisp/vc/vc.el (vc-checkin): Use it.
(vc-deduce-fileset): Handle Log Edit buffers.
(vc-diff): Make first argument optional too.
Diffstat (limited to 'lisp/vc/log-view.el')
| -rw-r--r-- | lisp/vc/log-view.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/log-view.el b/lisp/vc/log-view.el index 07526b4fba6..6514fbd22d7 100644 --- a/lisp/vc/log-view.el +++ b/lisp/vc/log-view.el @@ -245,10 +245,10 @@ The match group number 1 should match the revision number itself.") '(log-view-font-lock-keywords t nil nil nil)) (defvar log-view-vc-fileset nil - "Set this to the fileset corresponding to the current log.") + "The VC fileset corresponding to the current log.") (defvar log-view-vc-backend nil - "Set this to the VC backend that created the current log.") + "The VC backend that created the current log.") ;;;; ;;;; Actual code |
