(log-view-vc-backend, log-view-vc-fileset): Define for compiler.
This commit is contained in:
parent
d8194864bc
commit
dba372dd28
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
2009-12-10 Glenn Morris <rgm@gnu.org>
|
2009-12-10 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
* vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
|
||||||
|
Define for compiler.
|
||||||
|
|
||||||
* mail/emacsbug.el (report-emacs-bug): Use whichever send command is
|
* mail/emacsbug.el (report-emacs-bug): Use whichever send command is
|
||||||
appropriate for the mail-user-agent in use.
|
appropriate for the mail-user-agent in use.
|
||||||
|
|
||||||
|
|
|
@ -478,6 +478,9 @@ Return a cons (REV . FILENAME)."
|
||||||
fname rev))
|
fname rev))
|
||||||
(vc-annotate-warp-revision prev-rev fname)))))
|
(vc-annotate-warp-revision prev-rev fname)))))
|
||||||
|
|
||||||
|
(defvar log-view-vc-backend)
|
||||||
|
(defvar log-view-vc-fileset)
|
||||||
|
|
||||||
(defun vc-annotate-show-log-revision-at-line ()
|
(defun vc-annotate-show-log-revision-at-line ()
|
||||||
"Visit the log of the revision at line.
|
"Visit the log of the revision at line.
|
||||||
If the VC backend supports it, only show the log entry for the revision.
|
If the VC backend supports it, only show the log entry for the revision.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue