(vc-annotate-mode-menu): Add separator.

This commit is contained in:
Dan Nicolaescu 2008-07-05 18:03:02 +00:00
parent 6c95e70d30
commit e21c597ae4
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
* vc-annotate.el (vc-annotate-mode-menu): Add separator.
2008-07-05 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer

View file

@ -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