emacs-31 1bd56ff9327: ; Fix last change.
Sean Whitton <[email protected]> Wed, 22 Jul 2026 16:54:01 -0400 (EDT)
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit 1bd56ff93273f754e72e9a50cbefae3b218d2260 Author: Sean Whitton <[email protected]> Commit: Sean Whitton <[email protected]> ; Fix last change. --- lisp/vc/vc-annotate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc/vc-annotate.el b/lisp/vc/vc-annotate.el index 9b5c9df210b..42dbbbbe9d2 100644 --- a/lisp/vc/vc-annotate.el +++ b/lisp/vc/vc-annotate.el @@ -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))