diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/vc-annotate.el | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b3e7dbab5b5..91bc463f7ad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-12-10 Glenn Morris <rgm@gnu.org> | 1 | 2009-12-10 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset): | ||
| 4 | Define for compiler. | ||
| 5 | |||
| 3 | * mail/emacsbug.el (report-emacs-bug): Use whichever send command is | 6 | * mail/emacsbug.el (report-emacs-bug): Use whichever send command is |
| 4 | appropriate for the mail-user-agent in use. | 7 | appropriate for the mail-user-agent in use. |
| 5 | 8 | ||
diff --git a/lisp/vc-annotate.el b/lisp/vc-annotate.el index 9f4592334a1..b297c5bf954 100644 --- a/lisp/vc-annotate.el +++ b/lisp/vc-annotate.el | |||
| @@ -478,6 +478,9 @@ Return a cons (REV . FILENAME)." | |||
| 478 | fname rev)) | 478 | fname rev)) |
| 479 | (vc-annotate-warp-revision prev-rev fname))))) | 479 | (vc-annotate-warp-revision prev-rev fname))))) |
| 480 | 480 | ||
| 481 | (defvar log-view-vc-backend) | ||
| 482 | (defvar log-view-vc-fileset) | ||
| 483 | |||
| 481 | (defun vc-annotate-show-log-revision-at-line () | 484 | (defun vc-annotate-show-log-revision-at-line () |
| 482 | "Visit the log of the revision at line. | 485 | "Visit the log of the revision at line. |
| 483 | If the VC backend supports it, only show the log entry for the revision. | 486 | If the VC backend supports it, only show the log entry for the revision. |