diff options
| author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-05 18:03:02 +0000 |
|---|---|---|
| committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-05 18:03:02 +0000 |
| commit | e21c597ae4ef8deadc88848c7963ab57aaca3325 (patch) | |
| tree | 26fe8f39f0aba1286d008f39286ee4e56f0cb66c /lisp/vc-annotate.el | |
| parent | 6c95e70d30da7a988b20d628d058269c97d0d583 (diff) | |
| download | emacs-e21c597ae4ef8deadc88848c7963ab57aaca3325.tar.gz | |
(vc-annotate-mode-menu): Add separator.
Diffstat (limited to 'lisp/vc-annotate.el')
| -rw-r--r-- | lisp/vc-annotate.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc-annotate.el b/lisp/vc-annotate.el index 63a99f1ea7f..31a82f95a98 100644 --- a/lisp/vc-annotate.el +++ b/lisp/vc-annotate.el @@ -276,6 +276,7 @@ cover the range from the oldest annotation to the newest." :help "Visit the annotation of the revision before the revision at line"] ["Annotate latest revision" vc-annotate-working-revision :help "Visit the annotation of the working revision of this file"] + "--" ["Show log of revision at line" vc-annotate-show-log-revision-at-line :help "Visit the log of the revision at line"] ["Show diff of revision at line" vc-annotate-show-diff-revision-at-line |
