bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63689: 29.0.91; vc-annotate-mode-menu: Cannot open file vc-nil


From: Juri Linkov
Subject: bug#63689: 29.0.91; vc-annotate-mode-menu: Cannot open file vc-nil
Date: Thu, 25 May 2023 21:33:45 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)

close 63689 29.0.60
quit

> Here is the fix for emacs-29:
>
> diff --git a/lisp/vc/vc-annotate.el b/lisp/vc/vc-annotate.el
> index 70057a6aac7..d83660f9d79 100644
> --- a/lisp/vc/vc-annotate.el
> +++ b/lisp/vc/vc-annotate.el
> @@ -330,7 +330,7 @@ vc-annotate-mode-menu
>      ["Show changeset diff of revision at line"
>       vc-annotate-show-changeset-diff-revision-at-line
>       :enable
> -     (eq 'repository (vc-call-backend ,vc-annotate-backend 
> 'revision-granularity))
> +     (eq 'repository (vc-call-backend vc-annotate-backend 
> 'revision-granularity))
>       :help "Visit the diff of the revision at line from its previous 
> revision"]

Pushed to emacs-29, and closed.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]