1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 02:10:46 -08:00

; * lisp/vc/vc.el (vc-print-branch-log): Fix declaration.

This commit is contained in:
Sean Whitton 2025-12-28 13:02:03 +00:00
parent aefc4baca9
commit 8afbcb0ffe

View file

@ -4021,7 +4021,7 @@ The command prompts for the branch whose change log to show."
;; We plan to reuse the name `vc-print-branch-log' for the
;; fileset-specific command in Emacs 32.1. --spwhitton
(define-obsolete-function-alias
#'vc-print-branch-log
'vc-print-branch-log
#'vc-print-root-branch-log
"31.1")