]> git.eshelyaron.com Git - emacs.git/commit
Remove unnecessary leading * in docstrings.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 23 Dec 2005 04:57:28 +0000 (04:57 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 23 Dec 2005 04:57:28 +0000 (04:57 +0000)
commit04864eb004fb57359c3d881aac1b334f75d78570
treecbf727e7bd8968d68bd65c274258022f856dd874
parent0ee01fffb7c96345023e45b66b7fd564bed3a383
Remove unnecessary leading * in docstrings.
(vc-annotate-mode-map): Move initialization into declaration.
(vc-static-header-alist): Nitpick on the regexp.
(vc-default-init-version): New fun.
(vc-register): Use it.
(vc-insert-headers): Use dolist.
(vc-annotate-get-backend): Remove unused function.
(vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
(vc-annotate-mode): Remove corresponding call.
(vc-annotate-car-last-cons): Simplify.
(vc-annotate-buffers): Remove var.
(vc-annotate-backend): Make it buffer-local.
(vc-annotate): Move the interaction to the interactive spec.
Add a `buf' argument.
(vc-annotate-warp-version): Use this new `buf' argument to avoid
killing&creating a vc-annotate buffer, which is very disruptive when
the buffers are shown in dedicated frames.
lisp/ChangeLog
lisp/vc.el