mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
; Fix last change.
This commit is contained in:
parent
76c8065bf6
commit
1bd56ff932
|
|
@ -291,7 +291,7 @@ cover the range from the oldest annotation to the newest."
|
|||
:style toggle :selected
|
||||
(eql vc-annotate-display-mode ,days) ]))
|
||||
vc-annotate-menu-elements)
|
||||
. ,(cddr items))))
|
||||
. ,(cdr items))))
|
||||
["By Color Map Range" (unless (null vc-annotate-display-mode)
|
||||
(setq vc-annotate-display-mode nil)
|
||||
(vc-annotate-display-select))
|
||||
|
|
|
|||
Loading…
Reference in a new issue